Extra Search
ExtraSearch - Search the web swiftly from your browser. The extension will update your new-tab search and will change your search…
什么是Extra Search?
Extra Search是由millsjessica283开发的Chrome扩展程序,该扩展的主要功能是“ExtraSearch - Search the web swiftly from your browser. The extension will update your new-tab search and will change your search…”。
扩展截图
下载Extra Search扩展crx文件
下载Extra Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
ExtraSearch - Search the web swiftly from your browser. The extension will update your new-tab search and will change your search engine to be powered by Microsoft Bing. ExtraSearch - Light and minimal new tab / search bar that allows you to search swiftly by text and navigate easily to your favorite, recently visited sites. For more information please visit: https://www.extra-searches.com/ Please leave us a 5 start review! By clicking "Add to chrome" you accept and agree to installing the ExtraSearch Chrome extension, and setting Chrome® New Tab search to that provided by the service and the Terms of Use at https://www.extra-searches.com/pages/terms_of_use and privacy policy at https://www.extra-searches.com/pages/privacy_policy.
扩展基本信息
名称 | |
ID | jhmfhcbcpidjfgpbcgapdjendolhnndb |
官方URL | https://chrome.google.com/webstore/detail/extra-search/jhmfhcbcpidjfgpbcgapdjendolhnndb |
简介 | ExtraSearch - Search the web swiftly from your browser. The extension will update your new-tab search and will change your search… |
文件大小 | 757 KB |
安装次数 | 1,000 |
当前版本 | 1.0.0.12 |
更新时间 | 2022-07-13 |
上架时间 | 2022-06-16 |
评分 | 1.00/5 共1次评分 |
开发者 | millsjessica283 |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.extra-searches.com/ |
帮助页面URL | https://www.extra-searches.com/pages/contact_us |
隐私政策页面URL | https://www.extra-searches.com/pages/privacy_policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Extra Search", "version": "1.0.0.12", "manifest_version": 3, "description": "", "homepage_url": "https:\/\/www.extra-searches.com", "action": { "default_icon": { "16": "img\/16.png", "32": "img\/32.png", "48": "img\/48.png", "128": "img\/128.png" } }, "icons": { "16": "img\/16.png", "32": "img\/32.png", "48": "img\/48.png", "96": "img\/96.png", "128": "img\/128.png" }, "background": { "service_worker": "background.js" }, "chrome_url_overrides": { "newtab": "static\/html\/override.html" }, "permissions": [ "topSites", "storage", "alarms" ], "short_name": "extrasearch" } |