Downloads Button

Easily open downloads in a new tab via the toolbar button.

Cos'è Downloads Button?

Downloads Button è un'estensione di Chrome sviluppata da Jorvi, e la sua funzione principale è "Easily open downloads in a new tab via the toolbar button.".

Screenshot dell'Estensione

screenshot

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

                        Downloads Button is a simple, easy-to-use and lite addon that helps you open downloads tab as quickly as possible with just one click.

a. Adds a toolbar button to open downloads page in a new tab.
b. Adds a context menu item to open downloads page (similar to toolbar button).
c. If downloads tab is already open, clicking on the toolbar button will only reload the tab.
d. You can still open downloads tab with (Ctrl+J) hotkey.

Note: to report bugs, please fill the bug report form in the addon's homepage (https://mybrowseraddon.com/downloads-button.html).                    

Informazioni di Base sull'Estensione

Nome Downloads Button Downloads Button
ID lgoanegcmpbjkigpclkemagmkfmecmij
URL Ufficiale https://chromewebstore.google.com/detail/downloads-button/lgoanegcmpbjkigpclkemagmkfmecmij
Descrizione Easily open downloads in a new tab via the toolbar button.
Dimensione del File 10.09 KB
Conteggio Installazioni 1,828
Versione Corrente 0.1.5
Ultimo Aggiornamento 2023-11-29
Data di Pubblicazione 2019-04-02
Valutazione 4.33/5 Totale 9 Valutazioni
Sviluppatore Jorvi
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://mybrowseraddon.com/downloads-button.html
URL della Pagina di Aiuto https://mybrowseraddon.com/downloads-button.html
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.5",
    "manifest_version": 3,
    "offline_enabled": true,
    "name": "Downloads Button",
    "homepage_url": "https:\/\/mybrowseraddon.com\/downloads-button.html",
    "description": "Easily open downloads in a new tab via the toolbar button.",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "action": {
        "default_title": "Downloads Button",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}