Cloud Storage Direct Links
Quick links to Drop Box, Box, Google Drive, Mediafire, 4shared, and many more.
Wat is Cloud Storage Direct Links?
Cloud Storage Direct Links is een Chrome-extensie ontwikkeld door Robert Rioja (miapuffia), en de belangrijkste functie is "Quick links to Drop Box, Box, Google Drive, Mediafire, 4shared, and many more.".
Extensie Screenshots
Download het CRX-bestand van de extensie Cloud Storage Direct Links
Download Cloud Storage Direct Links-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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! Basisinformatie over de Extensie
| Naam | |
| ID | fbkkphfailagfnjpgmddfmghblmggbja |
| Officiële URL | https://chromewebstore.google.com/detail/cloud-storage-direct-link/fbkkphfailagfnjpgmddfmghblmggbja |
| Beschrijving | Quick links to Drop Box, Box, Google Drive, Mediafire, 4shared, and many more. |
| Bestandsgrootte | 345 KB |
| Aantal Installaties | 3,043 |
| Huidige Versie | 4.4 |
| Laatst Bijgewerkt | 2016-07-07 |
| Publicatiedatum | 2016-07-06 |
| Beoordeling | 3.89/5 Totaal 18 Beoordelingen |
| Ontwikkelaar | Robert Rioja (miapuffia) |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |