Onliner.by currency converter
Convert prices on Onliner.by to y.e.
Cos'è Onliner.by currency converter?
Onliner.by currency converter è un'estensione di Chrome sviluppata da zeph, e la sua funzione principale è "Convert prices on Onliner.by to y.e.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Onliner.by currency converter
Scarica i file di estensione Onliner.by currency converter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Automaticaly replaces prices in BYR to y.e. Currence rate can be configured: you can use currency rate from Onliner.by or rate whiсh is confugured. This extension works in: -Catalog -Baraholka -Motobaraholka -Autobaraholka -Rent of apartments
Informazioni di Base sull'Estensione
Nome | |
ID | kmchbjfbgdhepigffpogfbpeifaajllb |
URL Ufficiale | https://chrome.google.com/webstore/detail/onlinerby-%D0%BA%D0%BE%D0%BD%D0%B2%D0%B5%D1%80%D1%82%D0%B5%D1%80-%D0%B2%D0%B0%D0%BB%D1%8E%D1%82/kmchbjfbgdhepigffpogfbpeifaajllb |
Descrizione | Convert prices on Onliner.by to y.e. |
Dimensione del File | 16.65 KB |
Conteggio Installazioni | 44 |
Versione Corrente | 2.3 |
Ultimo Aggiornamento | 2015-02-18 |
Data di Pubblicazione | 2015-02-18 |
Valutazione | 4.09/5 Totale 11 Valutazioni |
Sviluppatore | zeph |
Tipo di Pagamento | free |
Lingue Supportate | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_application_title__", "description": "__MSG_application_description__", "default_locale": "ru", "version": "2.3", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "webNavigation", "activeTab", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "__MSG_application_title__" }, "manifest_version": 2, "content_scripts": [ { "js": [ "converter.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "options_page": "options.html", "icons": { "128": "icon128.png" } } |