Drive downloadable
Make Google Drive files direct-link downloadable with a click!
什麼是Drive downloadable?
Drive downloadable是由purkox開發的Chrome擴展程式,該擴展的主要功能是“Make Google Drive files direct-link downloadable with a click!”。
擴展截圖
下載Drive downloadable擴展crx文件
下載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!
擴展基本資訊
名稱 | |
ID | ocecijpiibagdgolaeekdkimjcfjhglc |
官方網址 | 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\/" ] } |