Cloud Storage Direct Links
Quick links to Drop Box, Box, Google Drive, Mediafire, 4shared, and many more.
Co to jest Cloud Storage Direct Links?
Cloud Storage Direct Links to rozszerzenie Chrome opracowane przez Robert Rioja (miapuffia), a jego główną funkcją jest „Quick links to Drop Box, Box, Google Drive, Mediafire, 4shared, and many more.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Cloud Storage Direct Links
Pobierz pliki rozszerzeń Cloud Storage Direct Links w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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! Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | fbkkphfailagfnjpgmddfmghblmggbja |
| Oficjalny URL | https://chromewebstore.google.com/detail/cloud-storage-direct-link/fbkkphfailagfnjpgmddfmghblmggbja |
| Opis | Quick links to Drop Box, Box, Google Drive, Mediafire, 4shared, and many more. |
| Rozmiar pliku | 345 KB |
| Liczba instalacji | 3,043 |
| Aktualna Wersja | 4.4 |
| Ostatnia Aktualizacja | 2016-07-07 |
| Data Publikacji | 2016-07-06 |
| Ocena | 3.89/5 Łącznie 18 Oceny |
| Deweloper | Robert Rioja (miapuffia) |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
}
} | |