Rubles in Amazon
Add price with rubles.
Wat is Rubles in Amazon?
Rubles in Amazon is een Chrome-extensie ontwikkeld door jerezzza, en de belangrijkste functie is "Add price with rubles.".
Extensie Screenshots
Download het CRX-bestand van de extensie Rubles in Amazon
Download Rubles in Amazon-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
Добавляет, цены в рублях на сайте amazon.com, курс доллара от сюда https://www.cbr.ru/scripts/XML_daily.asp
Basisinformatie over de Extensie
Naam | |
ID | ipapjdnkhcehlkfeffmfjfpcmachdlop |
Officiële URL | https://chromewebstore.google.com/detail/rubles-in-amazon/ipapjdnkhcehlkfeffmfjfpcmachdlop |
Beschrijving | Add price with rubles. |
Bestandsgrootte | 6.38 KB |
Aantal Installaties | 23 |
Huidige Versie | 0.8.2 |
Laatst Bijgewerkt | 2017-11-05 |
Publicatiedatum | 2017-11-05 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | jerezzza |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } |