Drive downloadable

Make Google Drive files direct-link downloadable with a click!

Qu'est-ce que Drive downloadable ?

Drive downloadable est une extension Chrome développée par purkox, et sa fonction principale est "Make Google Drive files direct-link downloadable with a click!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Drive downloadable

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

                        Easily get download links for your google drive files.

Usage:

1.Make sure that your file is public (and uploaded, not created in the cloud)
2.copy the share link into the top bar of Drive downloadable
3.Click the copy button at the bottom
4.Done!                    

Informations de Base sur l'Extension

Nom Drive downloadable Drive downloadable
ID ocecijpiibagdgolaeekdkimjcfjhglc
URL Officiel https://chrome.google.com/webstore/detail/drive-downloadable/ocecijpiibagdgolaeekdkimjcfjhglc
Description Make Google Drive files direct-link downloadable with a click!
Taille du Fichier 110 KB
Nombre d'Installations 1,000
Version Actuelle 1.0
Dernière Mise à Jour 2017-08-03
Date de Publication 2017-08-03
Évaluation 2.50/5 Total 2 Évaluations
Développeur purkox
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Drive downloadable",
    "description": "Make Google Drive files direct-link downloadable with a click!",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}