Onliner.by currency converter
Невозможно считать бесконечные нули в ценах на барахолке? Хотел купить авто, а пришлось очки? Это расширение поможет вернуть старую…
What is Onliner.by currency converter?
Onliner.by currency converter is a Chrome extension developed by http://resta.by, and its main feature is "Невозможно считать бесконечные нули в ценах на барахолке? Хотел купить авто, а пришлось очки? Это расширение поможет вернуть старую…".
Extension Screenshots
Download Onliner.by currency converter Extension CRX File
Download Onliner.by currency 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
Невозможно считать бесконечные нули в ценах на барахолке? Хотел купить авто, а пришлось очки? Это расширение поможет вернуть старую добрую барахолку с у.е. и валютчицами!
Extension Basic Information
Name | |
ID | jiohfdhmmcpijbgchghgoilgifakglpf |
Official URL | https://chrome.google.com/webstore/detail/onlinerby-currency-conver/jiohfdhmmcpijbgchghgoilgifakglpf |
Description | Невозможно считать бесконечные нули в ценах на барахолке? Хотел купить авто, а пришлось очки? Это расширение поможет вернуть старую… |
File Size | 38.71 KB |
Installation Count | 22 |
Current Version | 1.2 |
Last Updated | 2015-01-20 |
Publish Date | 2015-01-20 |
Rating | 4.27/5 Total 11 Ratings |
Developer | http://resta.by |
Payment Type | free |
Supported Languages | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Onliner.by currency converter", "version": "1.2", "icons": { "128": "icon.png" }, "content_scripts": [ { "js": [ "jquery.js", "background.js" ], "matches": [ "*:\/\/*.onliner.by\/*" ] } ], "permissions": [ "*:\/\/*.onliner.by\/*", "storage" ], "browser_action": { "default_title": "LostTime", "default_icon": "icon.png" } } |