-
Notifications
You must be signed in to change notification settings - Fork 0
Submit to stores instructions
David Risney edited this page Jul 23, 2025
·
3 revisions
- In root of repo, run
http-server . - In browser open http://127.0.0.1:8080/test/test.html
- After it runs validate it all passes.
- Increase the manifest.json's version number
- In root of repo run
npm run zip
- Navigate to https://partner.microsoft.com/en-us/dashboard/microsoftedge/ and select the package, and click
Update - Choose 'replace' and select
extension.zipfrom the root of repo. - Choose Save and Continue / Publish.
- When asked for validation instructions use these:
1. Clone a git repo of a github project (eg https://github.com/david-risney/OpenSourceIn)
2. Install the extension in the browser. The options page should open in a new tab.
3. Open a new tab to a github page for the source file from the project you cloned (eg https://github.com/david-risney/OpenSourceIn/blob/main/readme.md)
4. Switch back to the extension options page and press the 'Auto Add Projects From Tabs' button. A new Project entry should be added for the GitHub project above.
5. Change the `Local File Path:` value to the path to your cloned git repo
6. Install VS Code.
7. Switch to the tab for the GitHub project source file and press the extension toolbar button. That file should open in VS Code.
Note: store URL
- Navigate to https://chrome.google.com/webstore/devconsole/, select the extension, click on 'Package' on the left.
- Click 'Upload new package'
- Select the extension.zip
- On the Store Listing page, press 'Submit for review'
Note: store URL