Search It!
Easily search Google in a new tab or window. Easily change the search type (like for images), optionally store searches for re-use.
What is Search It!?
Search It! is a Chrome extension developed by https://upway2late.com, and its main feature is "Easily search Google in a new tab or window. Easily change the search type (like for images), optionally store searches for re-use.".
Extension Screenshots
Download Search It! Extension CRX File
Download Search It! 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 extension is for easily initiating new Google searches. The search term box supports Google auto suggest. Domain options are Any/Current/Specify. Current & Specify searches save the domain for re-use later. Type options are Web/Image/Video/Maps/News/Shopping. Results can be sent to the current tab, a new tab, or a new window. Searches are (optionally) stored for future re-use. All stored search and domain information can be easily deleted.
Extension Basic Information
Name | Search It! |
ID | bojojkkfhcebglmfbmaplhfkjfhaefaj |
Official URL | https://chromewebstore.google.com/detail/search-it/bojojkkfhcebglmfbmaplhfkjfhaefaj |
Description | Easily search Google in a new tab or window. Easily change the search type (like for images), optionally store searches for re-use. |
File Size | 42.08 KB |
Installation Count | 226 |
Current Version | 1.0.0.0 |
Last Updated | 2016-09-22 |
Publish Date | 2016-09-22 |
Rating | 5.00/5 Total 5 Ratings |
Developer | https://upway2late.com |
[email protected] | |
Payment Type | free |
Extension Website | http://www.upway2late.com/projects/chrome-google-search-extension |
Help Page URL | http://www.upway2late.com/projects/chrome-google-search-extension |
Privacy Policy Page URL | http://www.upway2late.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Search It!", "version": "1.0.0.0", "description": "Easily search Google in a new tab or window. Easily change the search type (like for images), optionally store searches for re-use.", "icons": { "16": "world_16.png", "48": "world_48.png", "128": "world_128.png" }, "browser_action": { "default_icon": "world_19.png", "default_title": "Search It!", "default_popup": "popup.html" }, "permissions": [ "tabs", "http:\/\/google.com\/" ], "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "manifest_version": 2 } |