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 |
官方網址 | 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" } |