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