Win2G
Just a extension
What is Win2G?
Win2G is a Chrome extension developed by wxysipt, and its main feature is "Just a extension".
Extension Screenshots
Download Win2G Extension CRX File
Download Win2G extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | ibofkklckjnhhejmkkckfcnlhihcijgk |
Official URL | https://chrome.google.com/webstore/detail/win2g/ibofkklckjnhhejmkkckfcnlhihcijgk |
Description | Just a extension |
File Size | 348 KB |
Installation Count | 24 |
Current Version | 1.0 |
Last Updated | 2016-04-13 |
Publish Date | 2016-04-13 |
Rating | 5.00/5 Total 3 Ratings |
Developer | wxysipt |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |