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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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\/"
    ]
}