Price Converter

Converts Polish Zloty to Euro

Price Converterคืออะไร?

Price Converter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย andymgroove และคุณลักษณะหลักของมันคือ "Converts Polish Zloty to Euro"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Price Converter

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

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

                        Automatically converts polish Zloty to Euro prices in www.allegro.pl
If prices do not appear - reload the allegro.pl page.                    

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

ชื่อ Price Converter Price Converter
ID akioidnlcbamonmmjaadoedlfndimhej
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/price-converter/akioidnlcbamonmmjaadoedlfndimhej
คำอธิบาย Converts Polish Zloty to Euro
ขนาดไฟล์ 41.11 KB
จำนวนการติดตั้ง 75
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2016-03-14
วันที่เผยแพร่ 2016-03-14
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา andymgroove
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://jumper.lt
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Price Converter",
    "description": "Converts Polish Zloty to Euro",
    "version": "1.0",
    "browser_action": {
        "default_icon": "money.png"
    },
    "icons": {
        "16": "jumper.png",
        "48": "money.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/allegro.pl\/*",
                "http:\/\/archiwum.allegro.pl\/*",
                "http:\/\/promocje.allegro.pl\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "jquery.js",
                "price_converter.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/allegro.pl\/*",
        "storage"
    ]
}