Zearch
Your new, new tab page.
什么是Zearch?
Zearch是由https://zearch.remiix.ml开发的Chrome扩展程序,该扩展的主要功能是“Your new, new tab page.”。
扩展截图
下载Zearch扩展crx文件
下载Zearch扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension is provides you with a elegant and simple new tab page. The new tab page includes a search bar that conveniently searches directly through your favourite search engines. Additionally the extension features an automatic weather and time system. More customisation is coming in the future. If you like this extension please rate it. Made with ❤ by littlegrapeguy and RemiixInc.
扩展基本信息
名称 | Zearch |
ID | cijoghafiooamfmhhhaioiibliecmdkm |
官方URL | https://chromewebstore.google.com/detail/zearch/cijoghafiooamfmhhhaioiibliecmdkm |
简介 | Your new, new tab page. |
文件大小 | 74.17 KB |
安装次数 | 19 |
当前版本 | 1.2 |
更新时间 | 2021-02-20 |
上架时间 | 2021-02-17 |
评分 | 5.00/5 共7次评分 |
开发者 | https://zearch.remiix.ml |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://zearch.remiix.ml |
帮助页面URL | https://zearch.remiix.ml |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Zearch", "description": "Your new, new tab page.", "version": "1.2", "chrome_url_overrides": { "newtab": "index.html" }, "options_ui": { "page": "options.html", "open_in_tab": false }, "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "permissions": [ "storage" ] } |