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