Price Converter
Converts Polish Zloty to Euro
Was ist Price Converter?
Price Converter ist eine Chrome-Erweiterung, die von andymgroove entwickelt wurde, und ihr Hauptmerkmal ist "Converts Polish Zloty to Euro".
Erweiterungsscreenshots
Price Converter-Erweiterungs-CRX-Datei herunterladen
Laden Sie Price Converter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Automatically converts polish Zloty to Euro prices in www.allegro.pl If prices do not appear - reload the allegro.pl page.
Grundlegende Informationen zur Erweiterung
Name | |
ID | akioidnlcbamonmmjaadoedlfndimhej |
Offizielle URL | https://chrome.google.com/webstore/detail/price-converter/akioidnlcbamonmmjaadoedlfndimhej |
Beschreibung | Converts Polish Zloty to Euro |
Dateigröße | 41.11 KB |
Installationsanzahl | 75 |
Aktuelle Version | 1.0 |
Letztes Update | 2016-03-14 |
Veröffentlichungsdatum | 2016-03-14 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | andymgroove |
Zahlungsart | free |
Erweiterungswebsite | http://jumper.lt |
Unterstützte Sprachen | 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" ] } |