TV Enhance

Chrome Extension to make working with TradingView charts a little bit more intuitive.

Co je TV Enhance?

TV Enhance je rozšíření Chrome vyvinuté trading_peter, a jeho hlavní funkcí je „Chrome Extension to make working with TradingView charts a little bit more intuitive.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření TV Enhance

Stáhněte si soubory rozšíření TV Enhance ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Set custom shortcuts to quickly select drawing tools, toggle magnet mode and toggle shape visibility. Clicking on the plus icon at the price scale copies price under line into the clipboard. Right click the extension icon and choose "options" to set shortcuts.                    

Základní Informace o Rozšíření

Název TV Enhance TV Enhance
ID pjgagljfhhfaoknahbklgebpfagdppbf
Oficiální URL https://chromewebstore.google.com/detail/tv-enhance/pjgagljfhhfaoknahbklgebpfagdppbf
Popis Chrome Extension to make working with TradingView charts a little bit more intuitive.
Velikost souboru 102 KB
Počet instalací 98
Aktuální Verze 0.0.5
Poslední Aktualizace 2021-09-26
Datum Vydání 2019-07-01
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář trading_peter
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/pkaske/tv-enhance
URL Stránky Nápovědy https://github.com/pkaske/tv-enhance/issues
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TV Enhance",
    "version": "0.0.5",
    "manifest_version": 2,
    "description": "Chrome Extension to make working with TradingView charts a little bit more intuitive.",
    "homepage_url": "https:\/\/github.com\/pkaske\/tv-enhance",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": false
    },
    "options_page": "src\/options\/index.html",
    "permissions": [
        "storage",
        "https:\/\/www.tradingview.com\/chart\/*"
    ],
    "content_scripts": [
        {
            "run_at": "document_idle",
            "matches": [
                "https:\/\/www.tradingview.com\/chart\/*"
            ],
            "js": [
                "src\/inject\/injecter.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "src\/inject\/inject.js"
    ]
}