Search Enhancement
Adds links to Reddit, Wikipedia, Twitter directlly on Google search page
Search Enhancementคืออะไร?
Search Enhancement เป็นส่วนขยายของ Chrome ที่พัฒนาโดย NewGuy และคุณลักษณะหลักของมันคือ "Adds links to Reddit, Wikipedia, Twitter directlly on Google search page"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Search Enhancement
ดาวน์โหลดไฟล์ส่วนขยาย Search Enhancement ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Help you quickly jump to the search page of other websites such as Twitter, Wikipedia or Reddit straight from Google's result page and keeping your search term in the new pages. Just search any term on google and see the new links under the search bar.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Search Enhancement |
ID | clengamlcdgnhjgcoafhlniadbnnilhp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/search-enhancement/clengamlcdgnhjgcoafhlniadbnnilhp |
คำอธิบาย | Adds links to Reddit, Wikipedia, Twitter directlly on Google search page |
ขนาดไฟล์ | 6.45 KB |
จำนวนการติดตั้ง | 90 |
เวอร์ชันปัจจุบัน | 2.0 |
อัปเดตครั้งล่าสุด | 2022-11-21 |
วันที่เผยแพร่ | 2022-11-20 |
ผู้พัฒนา | NewGuy |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Search Enhancement", "version": "2.0", "description": "Adds links to Reddit, Wikipedia, Twitter directlly on Google search page", "icons": { "48": "icons\/search-48.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "include_globs": [ "*:\/\/*.google.*\/*" ], "js": [ "search.js" ] } ] } |