Onliner.by currency converter

Convert prices on Onliner.by to y.e.

什麼是Onliner.by currency converter?

Onliner.by currency converter是由zeph開發的Chrome擴展程式,該擴展的主要功能是“Convert prices on Onliner.by to y.e.”。

擴展截圖

screenshot
screenshot
screenshot

下載Onliner.by currency converter擴展crx文件

下載Onliner.by currency converter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Onliner.by currency converter Onliner.by currency converter
ID kmchbjfbgdhepigffpogfbpeifaajllb
官方網址 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
簡介 Convert prices on Onliner.by to y.e.
檔案大小 16.65 KB
安裝次數 44
目前版本 2.3
更新時間 2015-02-18
上架時間 2015-02-18
評分 4.09/5 共 11 次評分
開發者 zeph
付費類型 free
支援的語言 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"
    }
}