Search in Amazon

This extension adds Search in Amazon option in the context menu.

Search in Amazonคืออะไร?

Search in Amazon เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Linen Art, LLC และคุณลักษณะหลักของมันคือ "This extension adds Search in Amazon option in the context menu."

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

screenshot
screenshot
screenshot

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

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

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

                        This extension adds Search in Amazon option in the context menu.                    

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

ชื่อ Search in Amazon Search in Amazon
ID gplclnidblehgflejfmjaibhljjdbfgo
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/gplclnidblehgflejfmjaibhljjdbfgo
คำอธิบาย This extension adds Search in Amazon option in the context menu.
ขนาดไฟล์ 19.88 KB
จำนวนการติดตั้ง 74
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2019-06-21
วันที่เผยแพร่ 2019-06-21
ผู้พัฒนา Linen Art, LLC
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Search in Amazon",
    "version": "0.1",
    "description": "This extension adds Search in Amazon option in the context menu.",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "background": {
        "scripts": [
            "evenPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "contextMenus"
    ]
}