Win2G

Just a extension

Win2G क्या है?

Win2G wxysipt द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Just a extension"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Win2G एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}