Trader Stylist
Simplify the UI of your trading and investing websites
Trader Stylist क्या है?
Trader Stylist holofinance द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simplify the UI of your trading and investing websites"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Trader Stylist एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Simplify the UI of your trading and investing websites.
Currently supported websites:
https://investing.com/economic-calendar
https://coinmarketcap.com एक्सटेंशन की मूल जानकारी
| नाम | |
| 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"
]
}
]
} | |