Win2G
Just a extension
什麼是Win2G?
Win2G是由wxysipt開發的Chrome擴展程式,該擴展的主要功能是“Just a extension”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | ibofkklckjnhhejmkkckfcnlhihcijgk |
官方網址 | 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" } } |