Price Converter
Converts Polish Zloty to Euro
Wat is Price Converter?
Price Converter is een Chrome-extensie ontwikkeld door andymgroove, en de belangrijkste functie is "Converts Polish Zloty to Euro".
Extensie Screenshots
Download het CRX-bestand van de extensie Price Converter
Download Price Converter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Automatically converts polish Zloty to Euro prices in www.allegro.pl If prices do not appear - reload the allegro.pl page.
Basisinformatie over de Extensie
Naam | |
ID | akioidnlcbamonmmjaadoedlfndimhej |
Officiële URL | https://chrome.google.com/webstore/detail/price-converter/akioidnlcbamonmmjaadoedlfndimhej |
Beschrijving | Converts Polish Zloty to Euro |
Bestandsgrootte | 41.11 KB |
Aantal Installaties | 75 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2016-03-14 |
Publicatiedatum | 2016-03-14 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | andymgroove |
Betalingswijze | free |
Extensiewebsite | http://jumper.lt |
Ondersteunde Talen | 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" ] } |