Cloud Storage Direct Links
Quick links to Drop Box, Box, Google Drive, Mediafire, 4shared, and many more.
Hvad er Cloud Storage Direct Links?
Cloud Storage Direct Links er en Chrome-udvidelse udviklet af Robert Rioja (miapuffia), og dens hovedfunktion er "Quick links to Drop Box, Box, Google Drive, Mediafire, 4shared, and many more.".
Udvidelsesskærmbilleder
Download Cloud Storage Direct Links-udvidelses-CRX-fil
Download Cloud Storage Direct Links-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | Cloud Storage Direct Links |
ID | fbkkphfailagfnjpgmddfmghblmggbja |
Officiel URL | https://chromewebstore.google.com/detail/cloud-storage-direct-link/fbkkphfailagfnjpgmddfmghblmggbja |
Beskrivelse | Quick links to Drop Box, Box, Google Drive, Mediafire, 4shared, and many more. |
Filstørrelse | 345 KB |
Antal Installationer | 3,043 |
Nuværende Version | 4.4 |
Senest Opdateret | 2016-07-07 |
Udgivelsesdato | 2016-07-06 |
Bedømmelse | 3.89/5 Samlet 18 Bedømmelser |
Udvikler | Robert Rioja (miapuffia) |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |