Compare prices on Amazon

Compare the prices of the product on Amazon.es, Amazon.co.uk, Amazon.fr, Amazon.de, Amazon.it

Compare prices on Amazonคืออะไร?

Compare prices on Amazon เป็นส่วนขยายของ Chrome ที่พัฒนาโดย javiacker และคุณลักษณะหลักของมันคือ "Compare the prices of the product on Amazon.es, Amazon.co.uk, Amazon.fr, Amazon.de, Amazon.it"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Compare prices on Amazon

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

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

                        Compare the prices of the product on Amazon.es, Amazon.co.uk, Amazon.fr, Amazon.de, Amazon.it                    

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

ชื่อ Compare prices on Amazon Compare prices on Amazon
ID klahfmbhkegkhbcagopekafimjlccfmi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/compare-prices-on-amazon/klahfmbhkegkhbcagopekafimjlccfmi
คำอธิบาย Compare the prices of the product on Amazon.es, Amazon.co.uk, Amazon.fr, Amazon.de, Amazon.it
ขนาดไฟล์ 84.8 KB
จำนวนการติดตั้ง 206
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2014-01-07
วันที่เผยแพร่ 2014-01-07
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา javiacker
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Compare prices on Amazon",
    "version": "1.0",
    "description": "Compare the prices of the product on Amazon.es, Amazon.co.uk, Amazon.fr, Amazon.de, Amazon.it",
    "background": {
        "scripts": [
            "background.js",
            "jquery.min.js"
        ]
    },
    "page_action": {
        "default_icon": "icon-128.png",
        "default_title": "Compare prices in Amazon!",
        "default_popup": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/jquery.com\/*"
            ],
            "js": [
                "jquery.min.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "https:\/\/secure.flickr.com\/",
        "http:\/\/secure-ridge-4170.herokuapp.com\/",
        "http:\/\/www.amazon.es\/"
    ],
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}