Right-Click Search Amazon(ALL COUNTRIES!)

Quickly search for highlighted text on Amazon via right-click context menu.😊

Right-Click Search Amazon(ALL COUNTRIES!)คืออะไร?

Right-Click Search Amazon(ALL COUNTRIES!) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bigdreams564 และคุณลักษณะหลักของมันคือ "Quickly search for highlighted text on Amazon via right-click context menu.😊"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Right-Click Search Amazon(ALL COUNTRIES!)

ดาวน์โหลดไฟล์ส่วนขยาย Right-Click Search Amazon(ALL COUNTRIES!) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This simple extension adds an Amazon search for any text you highlight to the right-click menu. 

Choose your marketplace in the settings, highlight your desired text on any website, right click & search on Amazon.

Try it out now for FREE
What is it good for?
⚠️price comparison
⚠️market research
⚠️reviews in seconds
⚠️fast shopping
⚠️exact product search

How to perform Amazon search? 
✔️ Highlight/Select the text on any website.
✔️ Right click on it.
✔️ Click on the 'Search Amazon for 'highlighted-product-name'
✔️ In the new tab, you will see the results on Amazon.
✔️ Now click on product of any choice and buy it!

Steps to change country or amazon domain:

1) Right click the extension icon.
2) Click on "Options' from menu.
3) Select your Country/Amazon domain.
4) Click on 'save settings' and start your Amazon product search journey!😊

Now all searches will take place on your chosen country's Amazon domain!

**AFTER INSTALL: Please help us out by leaving a review! ...thanks! :)

Amazon Locales/Domains Supported [ .com | .in | .co.uk | .com.au | .de | .nl | .sg | .co.jp | .fr | .ca | .se | .cn | .it | .es | .pl | .sa | .com.mx | .com.br | .com.be | .eg | .ae | .com.tr ]                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Right-Click Search Amazon(ALL COUNTRIES!) Right-Click Search Amazon(ALL COUNTRIES!)
ID hloblpeplfiajnfdengendhdnpmdgagn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/right-click-search-amazon/hloblpeplfiajnfdengendhdnpmdgagn
คำอธิบาย Quickly search for highlighted text on Amazon via right-click context menu.😊
ขนาดไฟล์ 16.38 KB
จำนวนการติดตั้ง 20,000
เวอร์ชันปัจจุบัน 4.4
อัปเดตครั้งล่าสุด 2023-08-12
วันที่เผยแพร่ 2020-06-11
คะแนน 4.01/5 รวมทั้งหมด 198 คะแนน
ผู้พัฒนา bigdreams564
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://chromecrxstore.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Right-Click Search Amazon(ALL COUNTRIES!)",
    "version": "4.4",
    "manifest_version": 3,
    "description": "Quickly search for highlighted text on Amazon via right-click context menu.\ud83d\ude0a",
    "background": {
        "service_worker": "search.js"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "action": {
        "default_icon": "icon128.png"
    },
    "permissions": [
        "storage",
        "contextMenus"
    ]
}