Awesome Downloads Button
Awesome button to open your Chrome downloads in a new window or tab. If the downloads page is already open, that tab is selected.
Cos'è Awesome Downloads Button?
Awesome Downloads Button è un'estensione di Chrome sviluppata da https://upway2late.com, e la sua funzione principale è "Awesome button to open your Chrome downloads in a new window or tab. If the downloads page is already open, that tab is selected.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Awesome Downloads Button
Scarica i file di estensione Awesome 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
It is a shortcut button to open the Chrome downloads page.
Informazioni di Base sull'Estensione
Nome | Awesome Downloads Button |
ID | hiceefjejhfncfdbkmbhkmibjoegonnk |
URL Ufficiale | https://chromewebstore.google.com/detail/awesome-downloads-button/hiceefjejhfncfdbkmbhkmibjoegonnk |
Descrizione | Awesome button to open your Chrome downloads in a new window or tab. If the downloads page is already open, that tab is selected. |
Dimensione del File | 32.62 KB |
Conteggio Installazioni | 562 |
Versione Corrente | 1.2.0.0 |
Ultimo Aggiornamento | 2020-12-08 |
Data di Pubblicazione | 2016-09-22 |
Valutazione | 4.45/5 Totale 11 Valutazioni |
Sviluppatore | https://upway2late.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.upway2late.com/projects/buttons-project |
URL della Pagina di Aiuto | http://www.upway2late.com/projects/buttons-project |
URL della Pagina della Politica sulla Privacy | http://www.upway2late.com |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Awesome Downloads Button", "version": "1.2.0.0", "description": "Awesome button to open your Chrome downloads in a new window or tab. If the downloads page is already open, that tab is selected.", "icons": { "16": "downloads_16.png", "48": "downloads_48.png", "128": "downloads_128.png" }, "background": { "page": "background.html" }, "options_page": "options.html", "browser_action": { "default_icon": "downloads_19.png", "default_title": "Awesome Downloads Button" }, "permissions": [ "tabs" ], "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "manifest_version": 2 } |