Tizen Console Fix

This extension fixes the debug console bug in Tizen Studio

What is Tizen Console Fix?

Tizen Console Fix is a Chrome extension developed by innovations.tv, and its main feature is "This extension fixes the debug console bug in Tizen Studio".

Download Tizen Console Fix Extension CRX File

Download Tizen Console Fix 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

                        Install this chrome extension to fix the debugger console in Tizen studio.

If this helps, please send me an email to say Thanks at [email protected]                    

Extension Basic Information

Name Tizen Console Fix Tizen Console Fix
ID hfpknnioheddhjmjhchindnmcoadmekl
Official URL https://chrome.google.com/webstore/detail/tizen-console-fix/hfpknnioheddhjmjhchindnmcoadmekl
Description This extension fixes the debug console bug in Tizen Studio
File Size 6.92 KB
Installation Count 194
Current Version 1.0
Last Updated 2017-07-24
Publish Date 2017-07-24
Rating 5.00/5 Total 3 Ratings
Developer innovations.tv
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tizen Console Fix",
    "description": "This extension fixes the debug console bug in Tizen Studio",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/mail.google.com\/*",
                "https:\/\/mail.google.com\/*",
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}