Downloads Button
Simple material design styled downloads button - shortcut to chrome:downloads
Cos'è Downloads Button?
Downloads Button è un'estensione di Chrome sviluppata da edgrd, e la sua funzione principale è "Simple material design styled downloads button - shortcut to chrome:downloads".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Downloads Button
Scarica i file di estensione Downloads Button 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
Informazioni di Base sull'Estensione
Nome | |
ID | bkklakohoopldjemonegiljanblejcoi |
URL Ufficiale | https://chrome.google.com/webstore/detail/downloads-button/bkklakohoopldjemonegiljanblejcoi |
Descrizione | Simple material design styled downloads button - shortcut to chrome:downloads |
Dimensione del File | 3.74 KB |
Conteggio Installazioni | 1,000 |
Versione Corrente | 1.2.4 |
Ultimo Aggiornamento | 2017-07-06 |
Data di Pubblicazione | 2017-07-06 |
Valutazione | 4.44/5 Totale 9 Valutazioni |
Sviluppatore | edgrd |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "button.png", "default_title": "Downloads" }, "icons": { "48": "button.png" }, "description": "Simple material design styled downloads button - shortcut to chrome:downloads", "name": "Downloads Button", "permissions": [ "tabs" ], "version": "1.2.4", "manifest_version": 2, "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx" } |