Cloud Storage Direct Links

Quick links to Drop Box, Box, Google Drive, Mediafire, 4shared, and many more.

Что такое Cloud Storage Direct Links?

Cloud Storage Direct Links - это расширение Chrome, разработанное Robert Rioja (miapuffia), и его основная функция - "Quick links to Drop Box, Box, Google Drive, Mediafire, 4shared, and many more.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Cloud Storage Direct Links

Скачайте файлы расширений Cloud Storage Direct Links в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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!                    

Основная информация о расширении

Название Cloud Storage Direct Links Cloud Storage Direct Links
ID fbkkphfailagfnjpgmddfmghblmggbja
Официальный URL https://chromewebstore.google.com/detail/cloud-storage-direct-link/fbkkphfailagfnjpgmddfmghblmggbja
Описание Quick links to Drop Box, Box, Google Drive, Mediafire, 4shared, and many more.
Размер файла 345 KB
Количество установок 3,043
Текущая Версия 4.4
Последнее Обновление 2016-07-07
Дата публикации 2016-07-06
Рейтинг 3.89/5 Всего 18 оценок
Разработчик Robert Rioja (miapuffia)
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
    }
}