Easy Search
Press Ctrl+Shift+S (Command+Shift+S on a Mac) to search for the selected text on Google.
Wat is Easy Search?
Easy Search is een Chrome-extensie ontwikkeld door woogyboogy73, en de belangrijkste functie is "Press Ctrl+Shift+S (Command+Shift+S on a Mac) to search for the selected text on Google.".
Extensie Screenshots
Download het CRX-bestand van de extensie Easy Search
Download Easy Search-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
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.
Basisinformatie over de Extensie
Naam | |
ID | fcdpihjpncikmjengigheocmceffcgoo |
Officiële URL | https://chrome.google.com/webstore/detail/easy-search/fcdpihjpncikmjengigheocmceffcgoo |
Beschrijving | Press Ctrl+Shift+S (Command+Shift+S on a Mac) to search for the selected text on Google. |
Bestandsgrootte | 11.3 KB |
Aantal Installaties | 6,000 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2014-01-02 |
Publicatiedatum | 2014-01-02 |
Beoordeling | 1.75/5 Totaal 4 Beoordelingen |
Ontwikkelaar | woogyboogy73 |
Betalingswijze | free |
Ondersteunde Talen | 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" } } } |