Easy Search
Press Ctrl+Shift+S (Command+Shift+S on a Mac) to search for the selected text on Google.
What is Easy Search?
Easy Search is a Chrome extension developed by woogyboogy73, and its main feature is "Press Ctrl+Shift+S (Command+Shift+S on a Mac) to search for the selected text on Google.".
Extension Screenshots
Download Easy Search Extension CRX File
Download Easy Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | fcdpihjpncikmjengigheocmceffcgoo |
Official URL | 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. |
File Size | 11.3 KB |
Installation Count | 6,000 |
Current Version | 0.1 |
Last Updated | 2014-01-02 |
Publish Date | 2014-01-02 |
Rating | 1.75/5 Total 4 Ratings |
Developer | woogyboogy73 |
Payment Type | free |
Supported Languages | 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" } } } |