Cloud Storage Direct Links
Quick links to Drop Box, Box, Google Drive, Mediafire, 4shared, and many more.
Cos'è Cloud Storage Direct Links?
Cloud Storage Direct Links è un'estensione di Chrome sviluppata da Robert Rioja (miapuffia), e la sua funzione principale è "Quick links to Drop Box, Box, Google Drive, Mediafire, 4shared, and many more.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Cloud Storage Direct Links
Scarica i file di estensione Cloud Storage Direct Links in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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! Informazioni di Base sull'Estensione
| Nome | |
| ID | fbkkphfailagfnjpgmddfmghblmggbja |
| URL Ufficiale | https://chromewebstore.google.com/detail/cloud-storage-direct-link/fbkkphfailagfnjpgmddfmghblmggbja |
| Descrizione | Quick links to Drop Box, Box, Google Drive, Mediafire, 4shared, and many more. |
| Dimensione del File | 345 KB |
| Conteggio Installazioni | 3,043 |
| Versione Corrente | 4.4 |
| Ultimo Aggiornamento | 2016-07-07 |
| Data di Pubblicazione | 2016-07-06 |
| Valutazione | 3.89/5 Totale 18 Valutazioni |
| Sviluppatore | Robert Rioja (miapuffia) |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
}
} | |