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
官方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
简介 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"
    }
}