Trader Stylist
Simplify the UI of your trading and investing websites
Trader Stylistとは何ですか?
Trader Stylistはholofinanceによって開発されたChromeの拡張機能で、その主な機能は「Simplify the UI of your trading and investing websites」です。
拡張機能のスクリーンショット
Trader Stylist拡張機能のCRXファイルをダウンロード
Trader Stylist拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Simplify the UI of your trading and investing websites. Currently supported websites: https://investing.com/economic-calendar https://coinmarketcap.com
拡張機能の基本情報
名前 | Trader Stylist |
ID | bohfeiboloihabanfodconoddbekccbl |
公式URL | https://chromewebstore.google.com/detail/trader-stylist/bohfeiboloihabanfodconoddbekccbl |
説明 | Simplify the UI of your trading and investing websites |
ファイルサイズ | 1.29 MB |
インストール数 | 71 |
現在のバージョン | 0.2.0 |
最終更新日 | 2018-09-13 |
公開日 | 2018-09-13 |
開発者 | holofinance |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/holofinance/trader-stylist |
ヘルプページのURL | https://github.com/holofinance/trader-stylist |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trader Stylist", "version": "0.2.0", "description": "Simplify the UI of your trading and investing websites", "icons": { "16": "assets\/icons8-clean-16.png", "48": "assets\/icons8-clean-48.png", "128": "assets\/icons8-clean-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.investing.com\/economic-calendar\/" ], "css": [ "investing.com\/style.css" ], "js": [ "vendor\/jquery-3.3.1.min.js", "investing.com\/contentScript.js" ] }, { "matches": [ "https:\/\/coinmarketcap.com\/*" ], "css": [ "coinmarketcap.com\/style.css" ] } ] } |