Price Converter

Converts Polish Zloty to Euro

Price Converter là gì?

Price Converter là một tiện ích mở rộng Chrome được phát triển bởi andymgroove, và tính năng chính của nó là "Converts Polish Zloty to Euro".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Price Converter

Tải xuống các tệp mở rộng Price Converter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Price Converter Price Converter
ID akioidnlcbamonmmjaadoedlfndimhej
URL Chính Thức https://chrome.google.com/webstore/detail/price-converter/akioidnlcbamonmmjaadoedlfndimhej
Mô tả Converts Polish Zloty to Euro
Kích Thước Tệp 41.11 KB
Số Lần Cài Đặt 75
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-03-14
Ngày Phát Hành 2016-03-14
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển andymgroove
Loại Thanh Toán free
Trang Web Mở Rộng http://jumper.lt
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}