Download Manager Button
Browser Action Download Manager User Interface for Google Chrome
Qu'est-ce que Download Manager Button ?
Download Manager Button est une extension Chrome développée par [email protected], et sa fonction principale est "Browser Action Download Manager User Interface for Google Chrome".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Download Manager Button
Téléchargez les fichiers d'extension Download Manager 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
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.
Informations de Base sur l'Extension
Nom | |
ID | jglgknilkoejnnjngnmoobbhdckpdmem |
URL Officiel | https://chrome.google.com/webstore/detail/download-manager-button/jglgknilkoejnnjngnmoobbhdckpdmem |
Description | Browser Action Download Manager User Interface for Google Chrome |
Taille du Fichier | 19.44 KB |
Nombre d'Installations | 2,000 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2013-11-14 |
Date de Publication | 2013-11-14 |
Évaluation | 3.87/5 Total 54 Évaluations |
Développeur | [email protected] |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |