Button: Downloads
Open the Download Manager with just one click.
Qu'est-ce que Button: Downloads ?
Button: Downloads est une extension Chrome développée par https://browser-extensions.com, et sa fonction principale est "Open the Download Manager with just one click.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Button: Downloads
Téléchargez les fichiers d'extension Button: Downloads 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 | Button: Downloads |
ID | ndmhmkfeeagmjnbgcpbaipeiojeekgcg |
URL Officiel | https://chromewebstore.google.com/detail/button-downloads/ndmhmkfeeagmjnbgcpbaipeiojeekgcg |
Description | Open the Download Manager with just one click. |
Taille du Fichier | 9.52 KB |
Nombre d'Installations | 10,858 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2017-06-13 |
Date de Publication | 2017-06-13 |
Évaluation | 4.77/5 Total 26 Évaluations |
Développeur | https://browser-extensions.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://browser-extensions.com/ |
Langues Prises en Charge | 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" ] } |