Trader Stylist
Simplify the UI of your trading and investing websites
ما هو Trader Stylist؟
Trader Stylist هو إضافة Chrome تم تطويرها بواسطة holofinance، والميزة الرئيسية لها هي "Simplify the UI of your trading and investing websites".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Trader Stylist
قم بتنزيل ملفات الامتداد Trader Stylist بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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" ] } ] } |