Open in Steam

This Extension opens links to steam in Steam instead of in Browser

Что такое Open in Steam?

Open in Steam - это расширение Chrome, разработанное josephldailey, и его основная функция - "This Extension opens links to steam in Steam instead of in Browser".

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

screenshot
screenshot

Скачать файл CRX расширения Open in Steam

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

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

                        Common links such as a game pages will open in steam instead of in the browser.                    

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

Название Open in Steam Open in Steam
ID cecgojhodgkcpcpkejmnobkmoogkjfaa
Официальный URL https://chrome.google.com/webstore/detail/open-in-steam/cecgojhodgkcpcpkejmnobkmoogkjfaa
Описание This Extension opens links to steam in Steam instead of in Browser
Размер файла 10.81 KB
Количество установок 2,226
Текущая Версия 0.1.1
Последнее Обновление 2013-09-12
Дата публикации 2013-09-12
Рейтинг 2.66/5 Всего 29 оценок
Разработчик josephldailey
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "steam.js"
            ],
            "matches": [
                "http:\/\/store.steampowered.com\/*",
                "https:\/\/store.steampowered.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "This Extension opens links to steam in Steam instead of in Browser",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 2,
    "name": "Open in Steam",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs"
    ],
    "version": "0.1.1"
}