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) |
电子邮箱 | [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" } } |