Downloads

Quick access button to the download page

Cos'è Downloads?

Downloads è un'estensione di Chrome sviluppata da Clean & Simple, e la sua funzione principale è "Quick access button to the download page".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Downloads

Scarica i file di estensione Downloads 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

                        Quickly access the downloads window  by clicking the icon instead of taking the "long way" (Tools/Downloads).

Very useful for those who download a lot.                    

Informazioni di Base sull'Estensione

Nome Downloads Downloads
ID jfchnphgogjhineanplmfkofljiagjfb
URL Ufficiale https://chromewebstore.google.com/detail/downloads/jfchnphgogjhineanplmfkofljiagjfb
Descrizione Quick access button to the download page
Dimensione del File 24.75 KB
Conteggio Installazioni 413,983
Versione Corrente 2
Ultimo Aggiornamento 2014-04-09
Data di Pubblicazione 2014-04-09
Valutazione 4.19/5 Totale 2725 Valutazioni
Sviluppatore Clean & Simple
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Downloads",
    "description": "Quick access button to the download page",
    "version": "2",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": {
            "19": "19.png"
        }
    },
    "background": {
        "persistent": true,
        "page": "background.html"
    }
}