Downloads Button

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

Hvad er Downloads Button?

Downloads Button er en Chrome-udvidelse udviklet af Jorvi, og dens hovedfunktion er "Easily open downloads in a new tab via the toolbar button.".

Udvidelsesskærmbilleder

screenshot

Download Downloads Button-udvidelses-CRX-fil

Download Downloads Button-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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).                    

Grundlæggende oplysninger om udvidelsen

Navn Downloads Button Downloads Button
ID lgoanegcmpbjkigpclkemagmkfmecmij
Officiel URL https://chromewebstore.google.com/detail/downloads-button/lgoanegcmpbjkigpclkemagmkfmecmij
Beskrivelse Easily open downloads in a new tab via the toolbar button.
Filstørrelse 10.09 KB
Antal Installationer 1,828
Nuværende Version 0.1.5
Senest Opdateret 2023-11-29
Udgivelsesdato 2019-04-02
Bedømmelse 4.33/5 Samlet 9 Bedømmelser
Udvikler Jorvi
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://mybrowseraddon.com/downloads-button.html
Hjælpeside-URL https://mybrowseraddon.com/downloads-button.html
Understøttede Sprog 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"
    }
}