DevDocs
Quickly find DevDocs without wasting a tab
Cos'è DevDocs?
DevDocs è un'estensione di Chrome sviluppata da MightySCollins, e la sua funzione principale è "Quickly find DevDocs without wasting a tab".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione DevDocs
Scarica i file di estensione DevDocs 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
This extension allows you to quickly open a tab and get straight into DevDocs.io even without an internet connection. It removes the need for a pinned tab and allows easy access to a great developer resource.
Informazioni di Base sull'Estensione
Nome | DevDocs |
ID | kfollpcdnbaimpmjhkoghaegiendpidj |
URL Ufficiale | https://chromewebstore.google.com/detail/devdocs/kfollpcdnbaimpmjhkoghaegiendpidj |
Descrizione | Quickly find DevDocs without wasting a tab |
Dimensione del File | 25.52 KB |
Conteggio Installazioni | 2,645 |
Versione Corrente | 0.0.3 |
Ultimo Aggiornamento | 2016-01-13 |
Data di Pubblicazione | 2016-01-13 |
Valutazione | 4.64/5 Totale 14 Valutazioni |
Sviluppatore | MightySCollins |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DevDocs", "short_name": "DevDocs", "author": "Sam Collins", "description": "Quickly find DevDocs without wasting a tab", "version": "0.0.3", "manifest_version": 2, "offline_enabled": true, "browser_action": { "default_icon": "icon32.png", "default_title": "DevDocs" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "icon16.png", "32": "icon32.png", "128": "icon128.png" } } |