Win2G
Just a extension
Qu'est-ce que Win2G ?
Win2G est une extension Chrome développée par wxysipt, et sa fonction principale est "Just a extension".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Win2G
Téléchargez les fichiers d'extension Win2G au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | ibofkklckjnhhejmkkckfcnlhihcijgk |
URL Officiel | https://chrome.google.com/webstore/detail/win2g/ibofkklckjnhhejmkkckfcnlhihcijgk |
Description | Just a extension |
Taille du Fichier | 348 KB |
Nombre d'Installations | 24 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2016-04-13 |
Date de Publication | 2016-04-13 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | wxysipt |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |