Cloud Storage Direct Links
Quick links to Drop Box, Box, Google Drive, Mediafire, 4shared, and many more.
Apa itu Cloud Storage Direct Links?
Cloud Storage Direct Links adalah ekstensi Chrome yang dikembangkan oleh Robert Rioja (miapuffia), dan fitur utamanya adalah "Quick links to Drop Box, Box, Google Drive, Mediafire, 4shared, and many more.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Cloud Storage Direct Links
Unduh file ekstensi Cloud Storage Direct Links dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | Cloud Storage Direct Links |
ID | fbkkphfailagfnjpgmddfmghblmggbja |
URL Resmi | https://chromewebstore.google.com/detail/cloud-storage-direct-link/fbkkphfailagfnjpgmddfmghblmggbja |
Deskripsi | Quick links to Drop Box, Box, Google Drive, Mediafire, 4shared, and many more. |
Ukuran File | 345 KB |
Jumlah Instalasi | 3,043 |
Versi Saat Ini | 4.4 |
Terakhir Diperbarui | 2016-07-07 |
Tanggal Publikasi | 2016-07-06 |
Penilaian | 3.89/5 Total 18 Penilaian |
Pengembang | Robert Rioja (miapuffia) |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |