SwiftSearch
SwiftSearch - Search the web swiftly from your browser
SwiftSearchคืออะไร?
SwiftSearch เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://swiftsearch.live และคุณลักษณะหลักของมันคือ "SwiftSearch - Search the web swiftly from your browser"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SwiftSearch
ดาวน์โหลดไฟล์ส่วนขยาย 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. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| 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"
} | |