Onliner.by currency converter
Convert prices on Onliner.by to y.e.
Vad är Onliner.by currency converter?
Onliner.by currency converter är en Chrome-tillägg utvecklad av zeph, och dess huvudfunktion är "Convert prices on Onliner.by to y.e.".
Tilläggsskärmbilder
Ladda ner Onliner.by currency converter-förlängningens CRX-fil
Ladda ner Onliner.by currency converter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | kmchbjfbgdhepigffpogfbpeifaajllb |
| Officiell webbadress | 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 |
| Beskrivning | Convert prices on Onliner.by to y.e. |
| Filstorlek | 16.65 KB |
| Antal Installationer | 44 |
| Aktuell Version | 2.3 |
| Senast Uppdaterad | 2015-02-18 |
| Publiceringsdatum | 2015-02-18 |
| Betyg | 4.09/5 Totalt 11 Betyg |
| Utvecklare | zeph |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |