Easy Search
Press Ctrl+Shift+S (Command+Shift+S on a Mac) to search for the selected text on Google.
Co je Easy Search?
Easy Search je rozšíření Chrome vyvinuté woogyboogy73, a jeho hlavní funkcí je „Press Ctrl+Shift+S (Command+Shift+S on a Mac) to search for the selected text on Google.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Easy Search
Stáhněte si soubory rozšíření Easy Search ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | fcdpihjpncikmjengigheocmceffcgoo |
Oficiální URL | https://chrome.google.com/webstore/detail/easy-search/fcdpihjpncikmjengigheocmceffcgoo |
Popis | Press Ctrl+Shift+S (Command+Shift+S on a Mac) to search for the selected text on Google. |
Velikost souboru | 11.3 KB |
Počet instalací | 6,000 |
Aktuální Verze | 0.1 |
Poslední Aktualizace | 2014-01-02 |
Datum Vydání | 2014-01-02 |
Hodnocení | 1.75/5 Celkem 4 Hodnocení |
Vývojář | woogyboogy73 |
Typ Platby | free |
Podporované Jazyky | 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" } } } |