Onliner.by currency converter

Convert prices on Onliner.by to y.e.

What is Onliner.by currency converter?

Onliner.by currency converter is a Chrome extension developed by zeph, and its main feature is "Convert prices on Onliner.by to y.e.".

Extension Screenshots

screenshot
screenshot
screenshot

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

                        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                    

Extension Basic Information

Name Onliner.by currency converter Onliner.by currency converter
ID kmchbjfbgdhepigffpogfbpeifaajllb
Official URL 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
Description Convert prices on Onliner.by to y.e.
File Size 16.65 KB
Installation Count 44
Current Version 2.3
Last Updated 2015-02-18
Publish Date 2015-02-18
Rating 4.09/5 Total 11 Ratings
Developer zeph
Payment Type free
Supported Languages 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"
    }
}