Downloads Button
Simple material design styled downloads button - shortcut to chrome:downloads
Qu'est-ce que Downloads Button ?
Downloads Button est une extension Chrome développée par edgrd, et sa fonction principale est "Simple material design styled downloads button - shortcut to chrome:downloads".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Downloads Button
Téléchargez les fichiers d'extension Downloads Button au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Informations de Base sur l'Extension
Nom | |
ID | bkklakohoopldjemonegiljanblejcoi |
URL Officiel | https://chrome.google.com/webstore/detail/downloads-button/bkklakohoopldjemonegiljanblejcoi |
Description | Simple material design styled downloads button - shortcut to chrome:downloads |
Taille du Fichier | 3.74 KB |
Nombre d'Installations | 1,000 |
Version Actuelle | 1.2.4 |
Dernière Mise à Jour | 2017-07-06 |
Date de Publication | 2017-07-06 |
Évaluation | 4.44/5 Total 9 Évaluations |
Développeur | edgrd |
Type de Paiement | free |
Langues Prises en Charge | 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" } |