USD for onliner.by
USD prices for onliner.by
USD for onliner.byとは何ですか?
USD for onliner.byはhttp://onliner.illusdolphin.netによって開発されたChromeの拡張機能で、その主な機能は「USD prices for onliner.by」です。
拡張機能のスクリーンショット
USD for onliner.by拡張機能のCRXファイルをダウンロード
USD for onliner.by拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Prices in USD for http://onliner.by
拡張機能の基本情報
名前 | |
ID | dpkjiiihlogekhgogliogaeohahhceok |
公式URL | https://chrome.google.com/webstore/detail/usd-for-onlinerby/dpkjiiihlogekhgogliogaeohahhceok |
説明 | USD prices for onliner.by |
ファイルサイズ | 53.19 KB |
インストール数 | 16 |
現在のバージョン | 1.1.0 |
最終更新日 | 2015-02-05 |
公開日 | 2015-02-05 |
評価 | 3.67/5 合計 3 レビュー |
開発者 | http://onliner.illusdolphin.net |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "USD for onliner.by", "description": "USD prices for onliner.by", "version": "1.1.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.onliner.by\/*", "http:\/\/*.onliner.by\/*" ], "css": [ "data\/site.css", "data\/tooltipster.css" ], "js": [ "data\/jquery-1.11.2.min.js", "data\/jquery.tooltipster.min.js", "data\/site.js" ], "run_at": "document_start" } ] } |