ZenSearch
ZenSearch - Search the web, and get your results fast
什么是ZenSearch?
ZenSearch是由https://zensearch.online开发的Chrome扩展程序,该扩展的主要功能是“ZenSearch - Search the web, and get your results fast”。
扩展截图
下载ZenSearch扩展crx文件
下载ZenSearch扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | ZenSearch |
ID | ccclcgoicfgcjdlojiamokegmckobaif |
官方URL | https://chromewebstore.google.com/detail/zensearch/ccclcgoicfgcjdlojiamokegmckobaif |
简介 | ZenSearch - Search the web, and get your results fast |
文件大小 | 520 KB |
安装次数 | 10,000 |
当前版本 | 1.1.1 |
更新时间 | 2022-09-07 |
上架时间 | 2021-06-15 |
评分 | 4.85/5 共13次评分 |
开发者 | https://zensearch.online |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://zensearch.online |
隐私政策页面URL | https://zensearch.online/web/privacy_policy |
支持的语言 | 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" ] } |