Price Converter
Converts Polish Zloty to Euro
What is Price Converter?
Price Converter is a Chrome extension developed by andymgroove, and its main feature is "Converts Polish Zloty to Euro".
Extension Screenshots
Download Price Converter Extension CRX File
Download Price Converter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Automatically converts polish Zloty to Euro prices in www.allegro.pl If prices do not appear - reload the allegro.pl page.
Extension Basic Information
Name | |
ID | akioidnlcbamonmmjaadoedlfndimhej |
Official URL | https://chrome.google.com/webstore/detail/price-converter/akioidnlcbamonmmjaadoedlfndimhej |
Description | Converts Polish Zloty to Euro |
File Size | 41.11 KB |
Installation Count | 75 |
Current Version | 1.0 |
Last Updated | 2016-03-14 |
Publish Date | 2016-03-14 |
Rating | 5.00/5 Total 2 Ratings |
Developer | andymgroove |
Payment Type | free |
Extension Website | http://jumper.lt |
Supported Languages | 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" ] } |