Right Click Amazon Search

Adds a right click menu allowing you to search your highlighted/selected text on any Amazon site. Supports all the Amazon sites…

Right Click Amazon Searchคืออะไร?

Right Click Amazon Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย No Ad Extensions และคุณลักษณะหลักของมันคือ "Adds a right click menu allowing you to search your highlighted/selected text on any Amazon site. Supports all the Amazon sites…"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Right Click Amazon Search

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

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

                        Adds a right click menu allowing you to search your highlighted/selected text on any Amazon site.

Supports all the Amazon sites worldwide! This includes the following sites and locales: [ amazon.com | smile.amazon.com | .ca | .com.mx | .com.au | .in | .it | .fr | .es | .co.jp | .de | .pl | .com.tr | .cn | .sa | .sg | .ae | .com.br | .eg | .se]                    

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

ชื่อ Right Click Amazon Search Right Click Amazon Search
ID gpiaaogmhemeaflkjieknaaknnoelnom
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/right-click-amazon-search/gpiaaogmhemeaflkjieknaaknnoelnom
คำอธิบาย Adds a right click menu allowing you to search your highlighted/selected text on any Amazon site. Supports all the Amazon sites…
ขนาดไฟล์ 20.59 KB
จำนวนการติดตั้ง 29
เวอร์ชันปัจจุบัน 1
อัปเดตครั้งล่าสุด 2022-03-14
วันที่เผยแพร่ 2022-03-14
ผู้พัฒนา No Ad Extensions
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Right Click Amazon Search",
    "version": "1",
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "extension_icon16.png",
        "32": "extension_icon32.png",
        "48": "extension_icon48.png",
        "128": "extension_icon128.png"
    },
    "background": {
        "service_worker": "bg.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "fg.js"
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "storage"
    ]
}