ShareDownloader Remote Extension

Simple and easy way to send links to your ShareDownloader App.

Что такое ShareDownloader Remote Extension?

ShareDownloader Remote Extension - это расширение Chrome, разработанное https://sharedownloader.net, и его основная функция - "Simple and easy way to send links to your ShareDownloader App.".

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

screenshot
screenshot

Скачать файл CRX расширения ShareDownloader Remote Extension

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

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

                        Simple and easy way to send links to your ShareDownloader App.

Requirements:
- ShareDownloader Version >= 2.0.0
- Remote server is enabled (In ShareDownloader App)                    

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

Название ShareDownloader Remote Extension ShareDownloader Remote Extension
ID goiekmbjkpchgmmnfeipcoejpnlmofdd
Официальный URL https://chromewebstore.google.com/detail/sharedownloader-remote-ex/goiekmbjkpchgmmnfeipcoejpnlmofdd
Описание Simple and easy way to send links to your ShareDownloader App.
Размер файла 258 KB
Количество установок 131
Текущая Версия 1.1
Последнее Обновление 2014-05-21
Дата публикации 2014-05-21
Рейтинг 5.00/5 Всего 2 оценок
Разработчик https://sharedownloader.net
Тип оплаты free
Официальный сайт расширения http://sharedownloader.net
Поддерживаемые языки de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "version": "1.1",
    "author": "IT-Gecko.de",
    "homepage_url": "http:\/\/sharedownloader.net",
    "default_locale": "en",
    "icons": {
        "16": "icon_16.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon_19.png",
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}