Drive downloadable

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

ما هو Drive downloadable؟

Drive downloadable هو إضافة Chrome تم تطويرها بواسطة purkox، والميزة الرئيسية لها هي "Make Google Drive files direct-link downloadable with a click!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Drive downloadable

قم بتنزيل ملفات الامتداد Drive downloadable بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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!                    

معلومات أساسية عن التمديد

الاسم Drive downloadable Drive downloadable
ID ocecijpiibagdgolaeekdkimjcfjhglc
عنوان URL الرسمي https://chrome.google.com/webstore/detail/drive-downloadable/ocecijpiibagdgolaeekdkimjcfjhglc
الوصف Make Google Drive files direct-link downloadable with a click!
حجم الملف 110 KB
عدد التثبيتات 1,000
النسخة الحالية 1.0
آخر تحديث 2017-08-03
تاريخ النشر 2017-08-03
تقييم 2.50/5 مجموع تقييمات 2
المطور purkox
نوع الدفع free
اللغات المدعومة 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\/"
    ]
}