Price Converter

Converts Polish Zloty to Euro

Price Converterとは何ですか?

Price Converterはandymgrooveによって開発されたChromeの拡張機能で、その主な機能は「Converts Polish Zloty to Euro」です。

拡張機能のスクリーンショット

screenshot

Price Converter拡張機能のCRXファイルをダウンロード

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"
    ]
}