Button: Downloads

Open the Download Manager with just one click.

Wat is Button: Downloads?

Button: Downloads is een Chrome-extensie ontwikkeld door https://browser-extensions.com, en de belangrijkste functie is "Open the Download Manager with just one click.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Button: Downloads

Download Button: Downloads-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam Button: Downloads Button: Downloads
ID ndmhmkfeeagmjnbgcpbaipeiojeekgcg
Officiële URL https://chromewebstore.google.com/detail/button-downloads/ndmhmkfeeagmjnbgcpbaipeiojeekgcg
Beschrijving Open the Download Manager with just one click.
Bestandsgrootte 9.52 KB
Aantal Installaties 10,858
Huidige Versie 1.0.0
Laatst Bijgewerkt 2017-06-13
Publicatiedatum 2017-06-13
Beoordeling 4.77/5 Totaal 26 Beoordelingen
Ontwikkelaar https://browser-extensions.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://browser-extensions.com/
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "1.0.0",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "19": "images\/icon-19.png",
        "32": "images\/icon-32.png",
        "38": "images\/icon-38.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "__MSG_openDownloads__"
    },
    "options_ui": {
        "page": "pages\/options.html",
        "chrome_style": true
    },
    "permissions": [
        "storage",
        "contextMenus"
    ]
}