Do I have to publish a .zip manually to get the extension id?
When constructing SUBMIT_KEYS for google chrome extension store in github, I need the extension id.
3 Replies
do i have to publish a .zip in the google chrome dev site before being able to configure this?
Or how do I find the ext id?
same question goes for firefox
here's an example for chrome https://www.plasmo.com/blog/posts/how-to-create-a-consistent-id-for-your-chrome-extension
How to Create a Consistent ID for Your Chrome Extension
Quickstart and a Deep Dive Into the World of Chrome Extension Ids and Ensure Your Extension Has a Consistent One
you can set one for firefox w/ these details https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/browser_specific_settings
MDN Web Docs
browser_specific_settings - Mozilla | MDN
The browser_specific_settings key contains keys that are specific to a particular host application.