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