Search Manager
Search desired keywords with 4 popular search engines.
What is Search Manager?
Search Manager is a Chrome extension developed by Lynn, and its main feature is "Search desired keywords with 4 popular search engines.".
Extension Screenshots
Download Search Manager Extension CRX File
Download Search Manager 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
Search Manager is a simple and lite addon that let you search for desired keywords in the New Tab Page. You can choose your desired search engine within the new tab page. Currently there are 4 options available. You can choose from Google, Yahoo, Bing and Wikipedia. Moreover, when you type a keyword in the search area "similar keywords" are suggested based on your search term. Just click on a desired term and then click on the search button. Background image for the new tab page will also change on a daily basis automatically. You can work with this addon, either by clicking on the "New Tab Page" or toolbar button. Both will open a new tab page with search manager UI loaded. Note: in order to report bugs, please fill the bug report form in the addon's homepage (http://mybrowseraddon.com/search-manager.html).
Extension Basic Information
Name | |
ID | fldblafnjampmilcpeemopbdbgahfpoe |
Official URL | https://chromewebstore.google.com/detail/search-manager/fldblafnjampmilcpeemopbdbgahfpoe |
Description | Search desired keywords with 4 popular search engines. |
File Size | 373 KB |
Installation Count | 711 |
Current Version | 0.1.0 |
Last Updated | 2017-08-31 |
Publish Date | 2017-08-30 |
Developer | Lynn |
[email protected] | |
Payment Type | free |
Extension Website | http://mybrowseraddon.com/search-manager.html |
Help Page URL | http://mybrowseraddon.com/search-manager.html |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.0", "manifest_version": 2, "name": "Search Manager", "short_name": "searchmanager", "permissions": [ "tabs", "*:\/\/*\/*", "storage" ], "chrome_url_overrides": { "newtab": "data\/override\/index.html" }, "homepage_url": "http:\/\/mybrowseraddon.com\/search-manager.html", "background": { "persistent": true, "scripts": [ "background.js" ] }, "description": "Search desired keywords with 4 popular search engines.", "browser_action": { "default_title": "Search Manager", "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" } }, "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |