Chrome Extenstions Tab
Open Chrome Extenstions Tab by Click
Cos'è Chrome Extenstions Tab?
Chrome Extenstions Tab è un'estensione di Chrome sviluppata da https://ragingwind.org, e la sua funzione principale è "Open Chrome Extenstions Tab by Click".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Chrome Extenstions Tab
Scarica i file di estensione Chrome Extenstions Tab 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
You can go chrome://extensions page easily by put icon inside the address bar. i hope to gonna help to extenstions developers. Informazioni di Base sull'Estensione
| Nome | |
| ID | mbmejffgahcfoonikngjakbjndmjbank |
| URL Ufficiale | https://chromewebstore.google.com/detail/chrome-extenstions-tab/mbmejffgahcfoonikngjakbjndmjbank |
| Descrizione | Open Chrome Extenstions Tab by Click |
| Dimensione del File | 16.64 KB |
| Conteggio Installazioni | 142 |
| Versione Corrente | 0.0.1 |
| Ultimo Aggiornamento | 2013-02-20 |
| Data di Pubblicazione | 2013-02-19 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | https://ragingwind.org |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"version": "0.0.1",
"manifest_version": 2,
"description": "__MSG_appDescription__",
"icons": {
"128": "icon-128.png"
},
"default_locale": "en",
"background": {
"scripts": [
"background.js"
]
},
"page_action": {
"default_icon": {
"19": "icon-19.png"
},
"default_title": "Chrome Extensions Tab"
},
"permissions": [
"tabs"
]
} | |