Cloud Storage Direct Links
Quick links to Drop Box, Box, Google Drive, Mediafire, 4shared, and many more.
Vad är Cloud Storage Direct Links?
Cloud Storage Direct Links är en Chrome-tillägg utvecklad av Robert Rioja (miapuffia), och dess huvudfunktion är "Quick links to Drop Box, Box, Google Drive, Mediafire, 4shared, and many more.".
Tilläggsskärmbilder
Ladda ner Cloud Storage Direct Links-förlängningens CRX-fil
Ladda ner Cloud Storage Direct Links-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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! Grundläggande Information om Tillägg
| Namn | |
| ID | fbkkphfailagfnjpgmddfmghblmggbja |
| Officiell webbadress | https://chromewebstore.google.com/detail/cloud-storage-direct-link/fbkkphfailagfnjpgmddfmghblmggbja |
| Beskrivning | Quick links to Drop Box, Box, Google Drive, Mediafire, 4shared, and many more. |
| Filstorlek | 345 KB |
| Antal Installationer | 3,043 |
| Aktuell Version | 4.4 |
| Senast Uppdaterad | 2016-07-07 |
| Publiceringsdatum | 2016-07-06 |
| Betyg | 3.89/5 Totalt 18 Betyg |
| Utvecklare | Robert Rioja (miapuffia) |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |