Fox Tab
Enhances the browsing experience by changing the default search engine
什么是Fox Tab?
Fox Tab是由Crosa Apps开发的Chrome扩展程序,该扩展的主要功能是“Enhances the browsing experience by changing the default search engine”。
扩展截图
下载Fox Tab扩展crx文件
下载Fox Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
FoxTab is an extension will - Change the default search engine functionality to WebSearches. Some important information for you: - By clicking on the 'Add to Chrome' button and installing FoxTab extension, you are agreeing to install this extension, with our Privacy Policy and our Terms of Service. - By installing, FoxTab will change your Chrome's default search. - You may remove or disable this extension anytime. - Review our Terms of Service: https://newtaber.com/tos.html Contact us! We'd love to hear from you: [email protected]
扩展基本信息
名称 | Fox Tab |
ID | pecgmnihbokhfnemdmjbkhcgpehlcokj |
官方URL | https://chromewebstore.google.com/detail/fox-tab/pecgmnihbokhfnemdmjbkhcgpehlcokj |
简介 | Enhances the browsing experience by changing the default search engine |
文件大小 | 91.15 KB |
安装次数 | 2,205 |
当前版本 | 0.0.1 |
更新时间 | 2023-04-06 |
上架时间 | 2023-03-10 |
评分 | 4.50/5 共2次评分 |
开发者 | Crosa Apps |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://newtaber.com/ |
帮助页面URL | https://newtaber.com/#contactus |
隐私政策页面URL | https://newtaber.com/privacy.html |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fox Tab", "version": "0.0.1", "manifest_version": 3, "description": "Enhances the browsing experience by changing the default search engine", "chrome_url_overrides": { "newtab": "newtab.html" }, "chrome_settings_overrides": { "search_provider": { "name": "WebSearch", "keyword": "websearch", "search_url": "https:\/\/newtaber.com\/search?q={searchTerms}", "favicon_url": "https:\/\/newtaber.com\/assets\/yahoo-logo.png", "encoding": "UTF-8", "is_default": true } }, "icons": { "16": "assets\/icons\/logo.png", "48": "assets\/icons\/logo.png", "128": "assets\/icons\/logo.png" } } |