Search Funnel
The fastest way to get search results
Search Funnelคืออะไร?
Search Funnel เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://diamondiumtechnologies.com และคุณลักษณะหลักของมันคือ "The fastest way to get search results"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Search Funnel
ดาวน์โหลดไฟล์ส่วนขยาย Search Funnel ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
There's no faster way to search between multiple platforms! Simply type in what you want to search, then select where to view the results from. No need for extra bookmarks; Search Funnel does the work for you.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Search Funnel |
ID | amhmicmknlmcfmlobpbmhcdhkdpbipfb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/search-funnel/amhmicmknlmcfmlobpbmhcdhkdpbipfb |
คำอธิบาย | The fastest way to get search results |
ขนาดไฟล์ | 1.55 MB |
จำนวนการติดตั้ง | 193 |
เวอร์ชันปัจจุบัน | 1.3 |
อัปเดตครั้งล่าสุด | 2022-06-07 |
วันที่เผยแพร่ | 2020-05-17 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://diamondiumtechnologies.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Search Funnel", "short_name": "searchfunnel", "manifest_version": 3, "version": "1.3", "description": "The fastest way to get search results", "action": { "default_icon": { "16": "icons\/search-funnel-icon-16.png", "24": "icons\/search-funnel-icon-24.png", "32": "icons\/search-funnel-icon-32.png", "48": "icons\/search-funnel-icon-48.png", "128": "icons\/search-funnel-icon-128.png" }, "default_title": "Search Funnel", "default_popup": "searchFunnel.html" }, "permissions": [ "storage" ], "icons": { "16": "icons\/search-funnel-icon-16.png", "24": "icons\/search-funnel-icon-24.png", "32": "icons\/search-funnel-icon-32.png", "48": "icons\/search-funnel-icon-48.png", "128": "icons\/search-funnel-icon-128.png" } } |