Win2G
Just a extension
Win2G란 무엇입니까?
Win2G은(는) wxysipt에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Just a extension"입니다.
확장 프로그램 스크린샷
Win2G 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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.
확장 프로그램 기본 정보
이름 | |
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" } } |