Download Tab Shortcut

Access the Download Tab on Chrome within a snap

Qu'est-ce que Download Tab Shortcut ?

Download Tab Shortcut est une extension Chrome développée par Daniel R., et sa fonction principale est "Access the Download Tab on Chrome within a snap".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Download Tab Shortcut

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

                        Access the Download Tab on Chrome within a snap.

Open a new tab with the Download Tab directly from the Chrome address bar.                    

Informations de Base sur l'Extension

Nom Download Tab Shortcut Download Tab Shortcut
ID icgllojphobcelnadkpnpakckhlmnoaa
URL Officiel https://chromewebstore.google.com/detail/download-tab-shortcut/icgllojphobcelnadkpnpakckhlmnoaa
Description Access the Download Tab on Chrome within a snap
Taille du Fichier 25.74 KB
Nombre d'Installations 1,848
Version Actuelle 1.1
Dernière Mise à Jour 2012-07-05
Date de Publication 2012-07-05
Évaluation 4.00/5 Total 4 Évaluations
Développeur Daniel R.
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Download Tab Shortcut",
    "description": "Access the Download Tab on Chrome within a snap",
    "version": "1.1",
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon_32x32.png",
        "default_title": ""
    },
    "icons": {
        "16": "icon_16x16.png",
        "128": "icon_128x128.png"
    }
}