Chrome extension id - how to find it

ZVenue picture ZVenue · Jan 20, 2012 · Viewed 112.1k times · Source

How can I find out what the chrome extension id is for an extension?

Answer

abraham picture abraham · Jan 20, 2012

Use the chrome.runtime.id property from the chrome.runtime API.