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 |
Eメール | [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" } |