TV Enhance

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

What is TV Enhance?

TV Enhance is a Chrome extension developed by trading_peter, and its main feature is "Chrome Extension to make working with TradingView charts a little bit more intuitive.".

Extension Screenshots

screenshot

Download TV Enhance Extension CRX File

Download TV Enhance extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name TV Enhance TV Enhance
ID pjgagljfhhfaoknahbklgebpfagdppbf
Official URL https://chromewebstore.google.com/detail/tv-enhance/pjgagljfhhfaoknahbklgebpfagdppbf
Description Chrome Extension to make working with TradingView charts a little bit more intuitive.
File Size 102 KB
Installation Count 98
Current Version 0.0.5
Last Updated 2021-09-26
Publish Date 2019-07-01
Rating 5.00/5 Total 1 Ratings
Developer trading_peter
Email [email protected]
Payment Type free
Extension Website https://github.com/pkaske/tv-enhance
Help Page URL https://github.com/pkaske/tv-enhance/issues
Supported Languages 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"
    ]
}