Search Patterns
Chrome extension for search listening on Google
Search Patternsคืออะไร?
Search Patterns เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Search Patterns และคุณลักษณะหลักของมันคือ "Chrome extension for search listening on Google"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Search Patterns
ดาวน์โหลดไฟล์ส่วนขยาย Search Patterns ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
SearchPatterns uses Google, Youtube Autosuggest and linguistics to uncover popular and often interesting queries around a topic. It is a free search listening tool and an free alternative to AnswerThePublic.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Search Patterns |
ID | hjlahhonnlceifaecpjejlhhgjkipnbj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/search-patterns/hjlahhonnlceifaecpjejlhhgjkipnbj |
คำอธิบาย | Chrome extension for search listening on Google |
ขนาดไฟล์ | 1.13 MB |
จำนวนการติดตั้ง | 202 |
เวอร์ชันปัจจุบัน | 0.3 |
อัปเดตครั้งล่าสุด | 2024-02-10 |
วันที่เผยแพร่ | 2021-02-12 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Search Patterns |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.searchpatterns.cc/ |
URL หน้าช่วยเหลือ | https://www.searchpatterns.cc/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Search Patterns", "description": "Chrome extension for search listening on Google", "version": "0.3", "action": { "default_icon": "icons\/favicon-32x32.png", "icons": { "32": "icons\/favicon-32x32.png", "192": "icons\/favicon-192x192.png" } }, "icons": { "32": "icons\/favicon-32x32.png", "128": "icons\/favicon-128x128.png" }, "host_permissions": [ "https:\/\/www.google.com\/", "https:\/\/www.usepatterns.com\/", "https:\/\/www.google-analytics.com\/" ], "background": { "service_worker": "background.js" } } |