Cloud Storage Direct Links
Quick links to Drop Box, Box, Google Drive, Mediafire, 4shared, and many more.
Cloud Storage Direct Linksとは何ですか?
Cloud Storage Direct LinksはRobert Rioja (miapuffia)によって開発されたChromeの拡張機能で、その主な機能は「Quick links to Drop Box, Box, Google Drive, Mediafire, 4shared, and many more.」です。
拡張機能のスクリーンショット
Cloud Storage Direct Links拡張機能のCRXファイルをダウンロード
Cloud Storage Direct Links拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
By clicking this extension, you will see links to... DropBox Box SugarSync OneDrive Google Drive 4Shared MEGA MediaFire Yandex Amazon S3 EVERNOTE hubiC Links may be reordered and hidden to each user's liking. If you have any questions, comments, or suggestions, fell free to email me at [email protected] and thank you for viewing my extension!
拡張機能の基本情報
名前 | Cloud Storage Direct Links |
ID | fbkkphfailagfnjpgmddfmghblmggbja |
公式URL | https://chromewebstore.google.com/detail/cloud-storage-direct-link/fbkkphfailagfnjpgmddfmghblmggbja |
説明 | Quick links to Drop Box, Box, Google Drive, Mediafire, 4shared, and many more. |
ファイルサイズ | 345 KB |
インストール数 | 3,043 |
現在のバージョン | 4.4 |
最終更新日 | 2016-07-07 |
公開日 | 2016-07-06 |
評価 | 3.89/5 合計 18 レビュー |
開発者 | Robert Rioja (miapuffia) |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cloud Storage Direct Links", "permissions": [ "storage" ], "background": { "scripts": [ "jquery-ui.js", "jquery-1.12.4.js", "sortable.js", "loading.js", "saving.js" ] }, "version": "4.4", "description": "Quick links to Drop Box, Box, Google Drive, Mediafire, 4shared, and many more.", "icons": { "128": "icon1.png" }, "browser_action": { "default_icon": "icon2.png", "default_popup": "popup.html" } } |