Rubles in Amazon
Add price with rubles.
What is Rubles in Amazon?
Rubles in Amazon is a Chrome extension developed by jerezzza, and its main feature is "Add price with rubles.".
Extension Screenshots
Download Rubles in Amazon Extension CRX File
Download Rubles in Amazon 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
Добавляет, цены в рублях на сайте amazon.com, курс доллара от сюда https://www.cbr.ru/scripts/XML_daily.asp
Extension Basic Information
Name | |
ID | ipapjdnkhcehlkfeffmfjfpcmachdlop |
Official URL | https://chromewebstore.google.com/detail/rubles-in-amazon/ipapjdnkhcehlkfeffmfjfpcmachdlop |
Description | Add price with rubles. |
File Size | 6.38 KB |
Installation Count | 23 |
Current Version | 0.8.2 |
Last Updated | 2017-11-05 |
Publish Date | 2017-11-05 |
Rating | 5.00/5 Total 3 Ratings |
Developer | jerezzza |
[email protected] | |
Payment Type | free |
Supported Languages | ru |
manifest.json | |
{ "content_scripts": [ { "css": [ "style.css" ], "js": [ "script.js" ], "matches": [ "http:\/\/www.amazon.com\/*", "https:\/\/www.amazon.com\/*" ] } ], "description": "Add price with rubles.", "name": "Rubles in Amazon", "permissions": [ "http:\/\/www.amazon.com\/*", "https:\/\/www.amazon.com\/*", "https:\/\/www.cbr.ru\/*" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.8.2", "manifest_version": 2 } |