Web Store Redirector

Redirect from main page Chrome Web Store to extensions or themes section.

Что такое Web Store Redirector?

Web Store Redirector - это расширение Chrome, разработанное http://www.extensions-for-chrome.com, и его основная функция - "Redirect from main page Chrome Web Store to extensions or themes section.".

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

screenshot
screenshot

Скачать файл CRX расширения Web Store Redirector

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

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

                        This extension makes it easy entrance to extensions and themes section. In option you can choose section between extensions, themes or main page Chrome Web Store.                    

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

Название Web Store Redirector Web Store Redirector
ID bffpbfkhfnmmceobpkjnkfehifbjbjoe
Официальный URL https://chrome.google.com/webstore/detail/web-store-redirector/bffpbfkhfnmmceobpkjnkfehifbjbjoe
Описание Redirect from main page Chrome Web Store to extensions or themes section.
Размер файла 54.21 KB
Количество установок 21
Текущая Версия 1.0
Последнее Обновление 2013-09-21
Дата публикации 2013-09-21
Рейтинг 3.80/5 Всего 5 оценок
Разработчик http://www.extensions-for-chrome.com
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Web Store Redirector",
    "description": "Redirect from main page Chrome Web Store to extensions or themes section.",
    "version": "1.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "options_page": "options.html",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "img\/ico_16.png",
        "48": "img\/ico_48.png",
        "128": "img\/ico_128.png"
    }
}