Win2G
Just a extension
Wat is Win2G?
Win2G is een Chrome-extensie ontwikkeld door wxysipt, en de belangrijkste functie is "Just a extension".
Extensie Screenshots
Download het CRX-bestand van de extensie Win2G
Download Win2G-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | ibofkklckjnhhejmkkckfcnlhihcijgk |
Officiële URL | https://chrome.google.com/webstore/detail/win2g/ibofkklckjnhhejmkkckfcnlhihcijgk |
Beschrijving | Just a extension |
Bestandsgrootte | 348 KB |
Aantal Installaties | 24 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2016-04-13 |
Publicatiedatum | 2016-04-13 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | wxysipt |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |