ZenSearch
ZenSearch - Search the web, and get your results fast
What is ZenSearch?
ZenSearch is a Chrome extension developed by https://zensearch.online, and its main feature is "ZenSearch - Search the web, and get your results fast".
Extension Screenshots
Download ZenSearch Extension CRX File
Download ZenSearch 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
ZenSearch - Light and minimal new tab that allows you to search quickly and navigate easily to your favorite, recently visited sites. For more information please visit: https://zensearch.online Please leave us a 5 start review! By clicking "Add to chrome" you accept and agree to installing the ZenSearch Chrome extension, and setting Chrome® New Tab search to that provided by the service and the Terms of Use at https://zensearch.online/web/terms_of_use and privacy policy at https://zensearch.online/web/privacy_policy. The extension will update your new-tab search engine to be powered by Bing.
Extension Basic Information
Name | ZenSearch |
ID | ccclcgoicfgcjdlojiamokegmckobaif |
Official URL | https://chromewebstore.google.com/detail/zensearch/ccclcgoicfgcjdlojiamokegmckobaif |
Description | ZenSearch - Search the web, and get your results fast |
File Size | 520 KB |
Installation Count | 10,000 |
Current Version | 1.1.1 |
Last Updated | 2022-09-07 |
Publish Date | 2021-06-15 |
Rating | 4.85/5 Total 13 Ratings |
Developer | https://zensearch.online |
[email protected] | |
Payment Type | free |
Extension Website | https://zensearch.online |
Privacy Policy Page URL | https://zensearch.online/web/privacy_policy |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "ZenSearch", "name": "ZenSearch", "short_name": "zensearch", "version": "1.1.1", "manifest_version": 3, "description": "ZenSearch - Search the web, and get your results fast", "homepage_url": "https:\/\/zensearch.online", "omnibox": { "keyword": "ze" }, "action": { "default_icon": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png" } }, "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png" }, "background": { "service_worker": "background.js" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "permissions": [ "topSites", "storage" ] } |