Price Converter

Converts Polish Zloty to Euro

Qu'est-ce que Price Converter ?

Price Converter est une extension Chrome développée par andymgroove, et sa fonction principale est "Converts Polish Zloty to Euro".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Price Converter

Téléchargez les fichiers d'extension Price Converter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Price Converter Price Converter
ID akioidnlcbamonmmjaadoedlfndimhej
URL Officiel https://chrome.google.com/webstore/detail/price-converter/akioidnlcbamonmmjaadoedlfndimhej
Description Converts Polish Zloty to Euro
Taille du Fichier 41.11 KB
Nombre d'Installations 75
Version Actuelle 1.0
Dernière Mise à Jour 2016-03-14
Date de Publication 2016-03-14
Évaluation 5.00/5 Total 2 Évaluations
Développeur andymgroove
Type de Paiement free
Site Web de l'Extension http://jumper.lt
Langues Prises en Charge 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"
    ]
}