Simple Context Search
Right click on the selected text and select the search website from the context menu.
Simple Context Searchคืออะไร?
Simple Context Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Magic Dev และคุณลักษณะหลักของมันคือ "Right click on the selected text and select the search website from the context menu."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Simple Context Search
ดาวน์โหลดไฟล์ส่วนขยาย Simple Context Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
💎 Simple Context Search - This is a good assistant in the search on various services such as: ◾ YouTube ◾ Spotify ◾ Reddit ◾ Amazon ◾ SoundCloud ◾ Steam Market ◾ Aliexpress --------------------------------------------------------------- Right click on any selected text and search in your favorite search engines and websites directly from the context menu. Just check it out. 😉
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Simple Context Search |
ID | jojcgnmagkjleomenibopkhfpkkbpjcg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/simple-context-search/jojcgnmagkjleomenibopkhfpkkbpjcg |
คำอธิบาย | Right click on the selected text and select the search website from the context menu. |
ขนาดไฟล์ | 10.85 KB |
จำนวนการติดตั้ง | 18 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2021-08-31 |
วันที่เผยแพร่ | 2021-08-31 |
ผู้พัฒนา | Magic Dev |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simple Context Search", "description": "Right click on the selected text and select the search website from the context menu.", "version": "0.0.1", "manifest_version": 2, "permissions": [ "contextMenus" ], "icons": { "128": "icon.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] } } |