Amazopen - Right Click Search
Search the selected text on amazon when you right-click.
Amazopen - Right Click Searchคืออะไร?
Amazopen - Right Click Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Shopping และคุณลักษณะหลักของมันคือ "Search the selected text on amazon when you right-click."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Amazopen - Right Click Search
ดาวน์โหลดไฟล์ส่วนขยาย Amazopen - Right Click Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Faster way to search amazon by using the amazon right click search. No extension permissions needed! How to perform a search? ✜ Select the text ✜ Right click on it ✜ Click on the 'Search Amazon for...' ✜ In the new tab, you will see the results on Amazon. Amazon Locales Support [ .com | .co.uk | .de | .co.jp | .fr | .ca | .cn | .it | .es | .in | .com.mx | .com.br ] This add-on is not affiliated with amazon.com
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Amazopen - Right Click Search |
ID | ehhhlpdgplkjdcgodmkgonnjhpkdiilc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/amazopen-right-click-sear/ehhhlpdgplkjdcgodmkgonnjhpkdiilc |
คำอธิบาย | Search the selected text on amazon when you right-click. |
ขนาดไฟล์ | 16.23 KB |
จำนวนการติดตั้ง | 13,090 |
เวอร์ชันปัจจุบัน | 1.55 |
อัปเดตครั้งล่าสุด | 2023-08-18 |
วันที่เผยแพร่ | 2018-05-27 |
คะแนน | 3.22/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | Shopping |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://amazopen.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Amazopen - Right Click Search", "version": "1.55", "manifest_version": 2, "description": "Search the selected text on amazon when you right-click.", "background": { "scripts": [ "search.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "options_ui": { "page": "options.html", "chrome_style": true }, "browser_action": { "default_icon": "icon128.png" }, "permissions": [ "storage", "contextMenus" ] } |