Win2G

Just a extension

Win2Gとは何ですか?

Win2Gはwxysiptによって開発されたChromeの拡張機能で、その主な機能は「Just a extension」です。

拡張機能のスクリーンショット

screenshot
screenshot

Win2G拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    }
}