Dewey launcher
Extension to add a launch icon for Dewey
Cos'è Dewey launcher?
Dewey launcher è un'estensione di Chrome sviluppata da lmcjt, e la sua funzione principale è "Extension to add a launch icon for Dewey".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Dewey launcher
Scarica i file di estensione Dewey launcher 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 simply adds a launch icon for the Dewey Bookmark App, allowing you to access the app quickly.
For more information about the app go to: http://deweyapp.io/
There are a couple of things to note:
1. You need to have installed the Dewey App prior to this extension.
2. This extension is not, in any way, affiliated with Dewey App. Informazioni di Base sull'Estensione
| Nome | |
| ID | fnfpnjjgpfifiilkencadlekjebpmbph |
| URL Ufficiale | https://chromewebstore.google.com/detail/dewey-launcher/fnfpnjjgpfifiilkencadlekjebpmbph |
| Descrizione | Extension to add a launch icon for Dewey |
| Dimensione del File | 187 KB |
| Conteggio Installazioni | 864 |
| Versione Corrente | 1.2 |
| Ultimo Aggiornamento | 2014-02-25 |
| Data di Pubblicazione | 2014-02-24 |
| Valutazione | 3.86/5 Totale 14 Valutazioni |
| Sviluppatore | lmcjt |
| Tipo di Pagamento | free |
| Lingue Supportate | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"version": "1.2",
"name": "Dewey launcher",
"description": "Extension to add a launch icon for Dewey",
"background": {
"scripts": [
"launcher.js"
]
},
"browser_action": {
"default_icon": {
"19": "icon_19.png",
"38": "icon_38.png"
}
},
"icons": {
"16": "icon_16.png",
"48": "icon_48.png",
"128": "icon_128.png"
},
"permissions": [
"tabs",
"management"
]
} | |