Easy Search
Press Ctrl+Shift+S (Command+Shift+S on a Mac) to search for the selected text on Google.
Qu'est-ce que Easy Search ?
Easy Search est une extension Chrome développée par woogyboogy73, et sa fonction principale est "Press Ctrl+Shift+S (Command+Shift+S on a Mac) to search for the selected text on Google.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Easy Search
Téléchargez les fichiers d'extension Easy Search 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
This nifty extensions helps you quicky search on the Google search engine the current highlighted text. Simply press the key combination (Ctrl+Shift+S) to search the selected text on Google.
Informations de Base sur l'Extension
Nom | |
ID | fcdpihjpncikmjengigheocmceffcgoo |
URL Officiel | https://chrome.google.com/webstore/detail/easy-search/fcdpihjpncikmjengigheocmceffcgoo |
Description | Press Ctrl+Shift+S (Command+Shift+S on a Mac) to search for the selected text on Google. |
Taille du Fichier | 11.3 KB |
Nombre d'Installations | 6,000 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2014-01-02 |
Date de Publication | 2014-01-02 |
Évaluation | 1.75/5 Total 4 Évaluations |
Développeur | woogyboogy73 |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Easy Search", "description": "Press Ctrl+Shift+S (Command+Shift+S on a Mac) to search for the selected text on Google.", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "version": "0.1", "manifest_version": 2, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "commands": { "google-search": { "suggested_key": { "default": "Ctrl+Shift+S" }, "description": "Google search selected text" } } } |