Google Drive Export Link Generator
Create direct download links for files
Google Drive Export Link Generatorとは何ですか?
Google Drive Export Link Generatorはmonsen.dagによって開発されたChromeの拡張機能で、その主な機能は「Create direct download links for files」です。
Google Drive Export Link Generator拡張機能のCRXファイルをダウンロード
Google Drive Export Link Generator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | |
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" ] } |