Snap Sarch - Search Faster
Search at Superhuman speeds!
Snap Sarch - Search Fasterคืออะไร?
Snap Sarch - Search Faster เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://snapsearch.online และคุณลักษณะหลักของมันคือ "Search at Superhuman speeds!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Snap Sarch - Search Faster
ดาวน์โหลดไฟล์ส่วนขยาย Snap Sarch - Search Faster ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Coming from the popular Android app, the chrome extension is built to give users a faster way of searching the web. Search at Superhuman speeds! Snap Search wants to provide the quickest way to search through your favourite websites in the easiest manner possible. Snap Search is incredibly simple: Step 1) Select your website ✓ Step 2) Enter your desired search term/keywords ✓ Step 3) TADA ! Browse through the search results in the most secure way possible. ✓ Currently, over 60 websites are supported and provided as options for you to choose from. Select your favourite website and search in incognito mode/normal mode faster than you could ever before. Snap Search has two main goals - to be incredibly simple, and incredibly fast.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Snap Sarch - Search Faster |
ID | diidgminbhdappppdmgglehmdoeiaheg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/snap-sarch-search-faster/diidgminbhdappppdmgglehmdoeiaheg |
คำอธิบาย | Search at Superhuman speeds! |
ขนาดไฟล์ | 583 KB |
จำนวนการติดตั้ง | 157 |
เวอร์ชันปัจจุบัน | 2.0 |
อัปเดตครั้งล่าสุด | 2020-08-30 |
วันที่เผยแพร่ | 2019-07-16 |
ผู้พัฒนา | https://snapsearch.online |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://snapsearch.online |
URL หน้าช่วยเหลือ | http://snapsearch.online/#contact |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Snap Sarch - Search Faster", "version": "2.0", "description": "Search at Superhuman speeds!", "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_popup": "popup.html", "default_icon": "images\/logo.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+1", "mac": "Command+Shift+1" } } }, "permissions": [ "activeTab", "tabs", "storage" ] } |