Google Drive Export Link Generator

Create direct download links for files

Google Drive Export Link Generatorคืออะไร?

Google Drive Export Link Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย monsen.dag และคุณลักษณะหลักของมันคือ "Create direct download links for files"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Drive Export Link Generator

ดาวน์โหลดไฟล์ส่วนขยาย Google Drive Export Link Generator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Google Drive Export Link Generator Google Drive Export Link Generator
ID caedmofclhbckdbpnmnbhclifmjmgpnb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/google-drive-export-link/caedmofclhbckdbpnmnbhclifmjmgpnb
คำอธิบาย Create direct download links for files
ขนาดไฟล์ 226 KB
จำนวนการติดตั้ง 464
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2017-04-05
วันที่เผยแพร่ 2017-04-05
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา monsen.dag
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Drive Export Link Generator",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Create direct download links for files",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/category\/extensions?utm_source=chrome-ntp-icon",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Create Google Drive download link",
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "clipboardRead",
        "clipboardWrite"
    ]
}