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 |
官方網址 | 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" ] } ] } |