Drive downloadable

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

Was ist Drive downloadable?

Drive downloadable ist eine Chrome-Erweiterung, die von purkox entwickelt wurde, und ihr Hauptmerkmal ist "Make Google Drive files direct-link downloadable with a click!".

Erweiterungsscreenshots

screenshot

Drive downloadable-Erweiterungs-CRX-Datei herunterladen

Laden Sie Drive downloadable-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Drive downloadable Drive downloadable
ID ocecijpiibagdgolaeekdkimjcfjhglc
Offizielle URL https://chrome.google.com/webstore/detail/drive-downloadable/ocecijpiibagdgolaeekdkimjcfjhglc
Beschreibung Make Google Drive files direct-link downloadable with a click!
Dateigröße 110 KB
Installationsanzahl 1,000
Aktuelle Version 1.0
Letztes Update 2017-08-03
Veröffentlichungsdatum 2017-08-03
Bewertung 2.50/5 Insgesamt 2 Bewertungen
Entwickler purkox
Zahlungsart free
Unterstützte Sprachen 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\/"
    ]
}