SwiftSearch
SwiftSearch - Search the web swiftly from your browser
什么是SwiftSearch?
SwiftSearch是由https://swiftsearch.live开发的Chrome扩展程序,该扩展的主要功能是“SwiftSearch - Search the web swiftly from your browser”。
扩展截图
下载SwiftSearch扩展crx文件
下载SwiftSearch扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
SwiftSearch - Light and minimal new tab / omnibar that allows you to search swiftly by text or by voice and navigate easily to your favorite, recently visited sites. For more information please visit: https://www.swiftsearch.live Please leave us a 5 start review! By clicking "Add to chrome" you accept and agree to installing the SwiftSearch Chrome extension, and setting Chrome® New Tab search to that provided by the service and the Terms of Use at https://www.swiftsearch.live/web/terms_of_use and privacy policy at https://www.swiftsearch.live/web/privacy_policy. The extension will update your new-tab search and will change your search engine to be powered by Bing.
扩展基本信息
名称 | SwiftSearch |
ID | jhjnpfmmdicimpofgmpehpgphlhamano |
官方URL | https://chromewebstore.google.com/detail/swiftsearch/jhjnpfmmdicimpofgmpehpgphlhamano |
简介 | SwiftSearch - Search the web swiftly from your browser |
文件大小 | 560 KB |
安装次数 | 12,623 |
当前版本 | 2 |
更新时间 | 2022-09-08 |
上架时间 | 2021-01-19 |
评分 | 5.00/5 共5次评分 |
开发者 | https://swiftsearch.live |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.swiftsearch.live |
隐私政策页面URL | https://www.swiftsearch.live/web/privacy_policy |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SwiftSearch", "version": "2", "manifest_version": 3, "description": "SwiftSearch - Search the web swiftly from your browser", "homepage_url": "https:\/\/www.swiftsearch.live", "omnibox": { "keyword": "sw" }, "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", "128": "img\/128.png" }, "background": { "service_worker": "background\/runtime.js" }, "chrome_url_overrides": { "newtab": "static\/html\/override.html" }, "permissions": [ "topSites", "storage" ], "short_name": "swiftsearch" } |