Win2G

Just a extension

Что такое Win2G?

Win2G - это расширение Chrome, разработанное wxysipt, и его основная функция - "Just a extension".

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

screenshot
screenshot

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

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

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

                        You can redirect Cortana to Google|Github.....
For example, 
1. Your default browser is Chrome.
2. You set {key:"github", pattern:"https://github.com/search?q={v}"}
3. After Press the [Win] on the keyboard, input string "github beego", [Enter], Chrome will open the github.                    

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

Название Win2G Win2G
ID ibofkklckjnhhejmkkckfcnlhihcijgk
Официальный URL https://chrome.google.com/webstore/detail/win2g/ibofkklckjnhhejmkkckfcnlhihcijgk
Описание Just a extension
Размер файла 348 KB
Количество установок 24
Текущая Версия 1.0
Последнее Обновление 2016-04-13
Дата публикации 2016-04-13
Рейтинг 5.00/5 Всего 3 оценок
Разработчик wxysipt
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Win2G",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Just a extension",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "activeTab",
        "storage",
        "https:\/\/cn.bing.com\/"
    ],
    "browser_action": {
        "default_title": "Win2G",
        "default_icon": "images\/logo_128.png",
        "default_popup": "view\/popup.html"
    },
    "icons": {
        "16": "images\/logo_32.png",
        "128": "images\/logo_128.png"
    }
}