CustomizedSearch
Your Customized Search Engine
什么是CustomizedSearch?
CustomizedSearch是由Ganobiz开发的Chrome扩展程序,该扩展的主要功能是“Your Customized Search Engine”。
扩展截图
下载CustomizedSearch扩展crx文件
下载CustomizedSearch扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Get you customized search engine with unique features such as network connectivity and battery charge percentage. Each new tab get you a new view. By clicking "Add to chrome", I accept and agree to installing the CustomizedSearch extension and setting Chrome™ New Tab search provided by Bing. Terms of Use at: https://www.ganobiz.net/terms.html Privacy Policy at: https://www.ganobiz.net/ppolicy.html
扩展基本信息
名称 | CustomizedSearch |
ID | gpeldcoflljeoadddjjhijdcaefafaff |
官方URL | https://chromewebstore.google.com/detail/customizedsearch/gpeldcoflljeoadddjjhijdcaefafaff |
简介 | Your Customized Search Engine |
文件大小 | 58.45 KB |
安装次数 | 1,001 |
当前版本 | 1.3 |
更新时间 | 2023-04-17 |
上架时间 | 2022-10-05 |
开发者 | Ganobiz |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://www.ganobiz.net/ppolicy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "CustomizedSearch", "description": "Your Customized Search Engine", "version": "1.3", "chrome_url_overrides": { "newtab": "newpage.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "service_worker": "background.js" } } |