Downloads Button

Simple material design styled downloads button - shortcut to chrome:downloads

Wat is Downloads Button?

Downloads Button is een Chrome-extensie ontwikkeld door edgrd, en de belangrijkste functie is "Simple material design styled downloads button - shortcut to chrome:downloads".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Downloads Button

Download Downloads Button-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 Downloads Button Downloads Button
ID bkklakohoopldjemonegiljanblejcoi
Officiële URL https://chrome.google.com/webstore/detail/downloads-button/bkklakohoopldjemonegiljanblejcoi
Beschrijving Simple material design styled downloads button - shortcut to chrome:downloads
Bestandsgrootte 3.74 KB
Aantal Installaties 1,000
Huidige Versie 1.2.4
Laatst Bijgewerkt 2017-07-06
Publicatiedatum 2017-07-06
Beoordeling 4.44/5 Totaal 9 Beoordelingen
Ontwikkelaar edgrd
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "button.png",
        "default_title": "Downloads"
    },
    "icons": {
        "48": "button.png"
    },
    "description": "Simple material design styled downloads button - shortcut to chrome:downloads",
    "name": "Downloads Button",
    "permissions": [
        "tabs"
    ],
    "version": "1.2.4",
    "manifest_version": 2,
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx"
}