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 |
官方網址 | 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" } } |