Download Manager Button

Browser Action Download Manager User Interface for Google Chrome

Co je Download Manager Button?

Download Manager Button je rozšíření Chrome vyvinuté [email protected], a jeho hlavní funkcí je „Browser Action Download Manager User Interface for Google Chrome“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Download Manager Button

Stáhněte si soubory rozšíření Download Manager Button ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        This browser action button displays total download progress. The browser action popup allows pausing, resuming, canceling, opening, erasing, retrying, and searching for downloads, accepting dangerous downloads, opening the download's referrer, removing the file, and showing the file in its folder.

This is a demo extension to showcase the potential of the new chrome.downloads API.                    

Základní Informace o Rozšíření

Název Download Manager Button Download Manager Button
ID jglgknilkoejnnjngnmoobbhdckpdmem
Oficiální URL https://chrome.google.com/webstore/detail/download-manager-button/jglgknilkoejnnjngnmoobbhdckpdmem
Popis Browser Action Download Manager User Interface for Google Chrome
Velikost souboru 19.44 KB
Počet instalací 2,000
Aktuální Verze 1.0
Poslední Aktualizace 2013-11-14
Datum Vydání 2013-11-14
Hodnocení 3.87/5 Celkem 54 Hodnocení
Vývojář [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.0",
    "minimum_chrome_version": "31.0.1650",
    "manifest_version": 2,
    "description": "__MSG_extDesc__",
    "icons": {
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_title": "__MSG_extName__",
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "default_locale": "en",
    "optional_permissions": [
        "management"
    ],
    "permissions": [
        "downloads",
        "downloads.open",
        "downloads.shelf",
        "tabs"
    ]
}