How to build a Chrome extension, Part 1: Loading a form in a popup window

Step 1: Get your URL ready make sure that you’ll be able to prove ownership of the site that hosts your web app. bookmark this page: https://chrome.google.com/webstore/developer/dashboard Step 2: Create a manifest.json file create a new directory on your local computer, create a text file named manifest.json and copy the following code into it, changing the italicized text to reflect your app feature. Step 3: Create images Your app requires icon 128px x 128px and tiny icon of 19px x 19px Step 4: Get the…

Continue reading »