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".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Trader Stylist

Λήψη αρχείων επέκτασης 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 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"
            ]
        }
    ]
}