Drive downloadable

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

Apa itu Drive downloadable?

Drive downloadable adalah ekstensi Chrome yang dikembangkan oleh purkox, dan fitur utamanya adalah "Make Google Drive files direct-link downloadable with a click!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Drive downloadable

Unduh file ekstensi Drive downloadable dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Drive downloadable Drive downloadable
ID ocecijpiibagdgolaeekdkimjcfjhglc
URL Resmi https://chrome.google.com/webstore/detail/drive-downloadable/ocecijpiibagdgolaeekdkimjcfjhglc
Deskripsi Make Google Drive files direct-link downloadable with a click!
Ukuran File 110 KB
Jumlah Instalasi 1,000
Versi Saat Ini 1.0
Terakhir Diperbarui 2017-08-03
Tanggal Publikasi 2017-08-03
Penilaian 2.50/5 Total 2 Penilaian
Pengembang purkox
Tipe Pembayaran free
Bahasa yang Didukung 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\/"
    ]
}