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.」です。
拡張機能のスクリーンショット
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
拡張機能の基本情報
名前 | |
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" } } |