Win2G
Just a extension
Cos'è Win2G?
Win2G è un'estensione di Chrome sviluppata da wxysipt, e la sua funzione principale è "Just a extension".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Win2G
Scarica i file di estensione Win2G in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | ibofkklckjnhhejmkkckfcnlhihcijgk |
URL Ufficiale | https://chrome.google.com/webstore/detail/win2g/ibofkklckjnhhejmkkckfcnlhihcijgk |
Descrizione | Just a extension |
Dimensione del File | 348 KB |
Conteggio Installazioni | 24 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2016-04-13 |
Data di Pubblicazione | 2016-04-13 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | wxysipt |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |