UAH Price
Показывает $/€ цены в гривнах
What is UAH Price?
UAH Price is a Chrome extension developed by max.nedelchev, and its main feature is "Показывает $/€ цены в гривнах".
Extension Screenshots
Download UAH Price Extension CRX File
Download UAH Price 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
Показывает цены в гривнах по курсу Приват24. Поддерживаемые сайты: aliexpress.com sportsdirect.com chainreactioncycles.com Пишите если нужно добавить еще сайты.
Extension Basic Information
Name | UAH Price |
ID | bmfpcejhkngmcjmjbccnjnljkjcnkelh |
Official URL | https://chromewebstore.google.com/detail/uah-price/bmfpcejhkngmcjmjbccnjnljkjcnkelh |
Description | Показывает $/€ цены в гривнах |
File Size | 87.64 KB |
Installation Count | 12 |
Current Version | 0.13 |
Last Updated | 2016-08-23 |
Publish Date | 2016-08-23 |
Rating | 5.00/5 Total 1 Ratings |
Developer | max.nedelchev |
Payment Type | free |
Supported Languages | uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "UAH Price", "description": "\u041f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0435\u0442 $\/\u20ac \u0446\u0435\u043d\u044b \u0432 \u0433\u0440\u0438\u0432\u043d\u0430\u0445", "version": "0.13", "icons": { "16": "icons\/16x16.png", "32": "icons\/32x32.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "author": [ { "name": "Max Nedelchev", "email": "[email protected]" }, { "name": "Andrey Golubkov", "email": "[email protected]" } ], "short_name": "UAH Price", "browser_action": { "default_title": "UAH Price", "default_icon": "icons\/48x48.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "vendor\/jquery-3.1.0.min.js", "vendor\/jquery-ui.min.js", "banks.js", "settings.js", "sites.js", "view_list.js", "pb24_price_loader.js" ], "run_at": "document_end" } ] } |