Example Chrome Extension
Open source browser extension with dozens of interactive demos.
Cos'è Example Chrome Extension?
Example Chrome Extension è un'estensione di Chrome sviluppata da https://buildingbrowserextensions.com, e la sua funzione principale è "Open source browser extension with dozens of interactive demos.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Example Chrome Extension
Scarica i file di estensione Example Chrome Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Learn how the pieces of browser extensions fit together by exploring this open source browser extension. Each demo shows how various pieces of browser extensions work, and each includes links to the specific source files. Full source code can be found on Github: https://github.com/msfrisbie/demo-browser-extension
Informazioni di Base sull'Estensione
Nome | Example Chrome Extension |
ID | jnofdoejfipgalklopidpdeofjebihcf |
URL Ufficiale | https://chromewebstore.google.com/detail/example-chrome-extension/jnofdoejfipgalklopidpdeofjebihcf |
Descrizione | Open source browser extension with dozens of interactive demos. |
Dimensione del File | 1.3 MB |
Conteggio Installazioni | 459 |
Versione Corrente | 1.0.21 |
Ultimo Aggiornamento | 2024-02-29 |
Data di Pubblicazione | 2022-06-22 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://buildingbrowserextensions.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.buildingbrowserextensions.com |
URL della Pagina della Politica sulla Privacy | https://www.trackandtrace.tools/privacy-policy |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.0.21", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmuD0TSQbILKC4482AYrlObXdyPcCSxmSUEwaFAulTCdrFJr1zLLn7AMxrt8sYv32q7hKPj0jLWxvm6FHkF0fJ1+jgnnBtbkozCKyS9PgGVnGqTs\/dJkwBwccuSCXKr0nRbn2RRQZw0IS\/V312H8P\/\/fZcOh0Of4Q4+jw6RNGMLWqfZySj08hnQKVd564DLyKYPqsxBd\/x8pER+OmHMbm8LQEh4VKCJBjjhj3GwsIFo7e9IXizQFOW8YdzWkgFV6WsUniB4fIWTNPEEWQ5qGm\/Bd4o0u0z2Yk73VvNDVYBBefFgIi3TsJssrShgkJAyWz3tNCF11J9EpLWnZIXByioQIDAQAB", "default_locale": "en", "name": "__MSG_extName__", "description": "__MSG_extDescription__", "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_popup": "components\/popup\/popup.html" }, "options_ui": { "open_in_tab": false, "page": "components\/options\/options.html" }, "content_scripts": [ { "matches": [ " |