Downloads

Quick access button to the download page

Qu'est-ce que Downloads ?

Downloads est une extension Chrome développée par Clean & Simple, et sa fonction principale est "Quick access button to the download page".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Downloads

Téléchargez les fichiers d'extension 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

                        Quickly access the downloads window  by clicking the icon instead of taking the "long way" (Tools/Downloads).

Very useful for those who download a lot.                    

Informations de Base sur l'Extension

Nom Downloads Downloads
ID jfchnphgogjhineanplmfkofljiagjfb
URL Officiel https://chromewebstore.google.com/detail/downloads/jfchnphgogjhineanplmfkofljiagjfb
Description Quick access button to the download page
Taille du Fichier 24.75 KB
Nombre d'Installations 413,983
Version Actuelle 2
Dernière Mise à Jour 2014-04-09
Date de Publication 2014-04-09
Évaluation 4.19/5 Total 2725 Évaluations
Développeur Clean & Simple
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Downloads",
    "description": "Quick access button to the download page",
    "version": "2",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": {
            "19": "19.png"
        }
    },
    "background": {
        "persistent": true,
        "page": "background.html"
    }
}