DevDocs Web Ext
Find documents in devdocs.io with a popup window from a browser Extension!
Cos'è DevDocs Web Ext?
DevDocs Web Ext è un'estensione di Chrome sviluppata da Arianrhod, e la sua funzione principale è "Find documents in devdocs.io with a popup window from a browser Extension!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione DevDocs Web Ext
Scarica i file di estensione DevDocs Web Ext 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
DevDocs Web Ext is a browser extension that allows you to quickly search and browse online documentations from DevDocs (https://devdocs.io).
Informazioni di Base sull'Estensione
Nome | DevDocs Web Ext |
ID | kdjoccdpjblcefijcfhnjoljodddedpj |
URL Ufficiale | https://chromewebstore.google.com/detail/devdocs-web-ext/kdjoccdpjblcefijcfhnjoljodddedpj |
Descrizione | Find documents in devdocs.io with a popup window from a browser Extension! |
Dimensione del File | 1.53 MB |
Conteggio Installazioni | 1,205 |
Versione Corrente | 0.5.5 |
Ultimo Aggiornamento | 2024-01-24 |
Data di Pubblicazione | 2019-07-14 |
Valutazione | 5.00/5 Totale 15 Valutazioni |
Sviluppatore | Arianrhod |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/arianrhodsandlot/devdocs-web-ext |
URL della Pagina di Aiuto | https://github.com/arianrhodsandlot/devdocs-web-ext |
Lingue Supportate | en,fr,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.5.5", "manifest_version": 3, "description": "__MSG_appDescription__", "homepage_url": "https:\/\/github.com\/arianrhodsandlot\/devdocs-web-ext", "icons": { "16": "icon-16.df7db61b.png", "128": "icon-128.0e497dfa.png" }, "default_locale": "en", "background": { "service_worker": "background.662a17f9.js" }, "action": { "default_icon": { "19": "icon-19.ac520b5f.png", "38": "icon-38.278cc3fd.png" }, "default_title": "DevDocs Web Ext", "default_popup": "popup.e1e65ba4.html" }, "options_ui": { "page": "options.25271cce.html" }, "permissions": [ "cookies", "activeTab", "storage" ], "host_permissions": [ "*:\/\/devdocs.io\/", "*:\/\/docs.devdocs.io\/", "*:\/\/documents.devdocs.io\/" ], "commands": { "_execute_action": { "suggested_key": { "default": "Alt+S" }, "description": "Open the popup window" } } } |