Onliner.by currency converter

Convert prices on Onliner.by to y.e.

Onliner.by currency converter là gì?

Onliner.by currency converter là một tiện ích mở rộng Chrome được phát triển bởi zeph, và tính năng chính của nó là "Convert prices on Onliner.by to y.e.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Onliner.by currency converter

Tải xuống các tệp mở rộng Onliner.by currency converter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Onliner.by currency converter Onliner.by currency converter
ID kmchbjfbgdhepigffpogfbpeifaajllb
URL Chính Thức 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
Mô tả Convert prices on Onliner.by to y.e.
Kích Thước Tệp 16.65 KB
Số Lần Cài Đặt 44
Phiên Bản Hiện Tại 2.3
Cập Nhật Lần Cuối 2015-02-18
Ngày Phát Hành 2015-02-18
Đánh Giá 4.09/5 Tổng số 11 Đánh Giá
Nhà Phát Triển zeph
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}