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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}