Tizen Console Fix

This extension fixes the debug console bug in Tizen Studio

Tizen Console Fixとは何ですか?

Tizen Console Fixはinnovations.tvによって開発されたChromeの拡張機能で、その主な機能は「This extension fixes the debug console bug in Tizen Studio」です。

Tizen Console Fix拡張機能のCRXファイルをダウンロード

Tizen Console Fix拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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]                    

拡張機能の基本情報

名前 Tizen Console Fix Tizen Console Fix
ID hfpknnioheddhjmjhchindnmcoadmekl
公式URL https://chrome.google.com/webstore/detail/tizen-console-fix/hfpknnioheddhjmjhchindnmcoadmekl
説明 This extension fixes the debug console bug in Tizen Studio
ファイルサイズ 6.92 KB
インストール数 194
現在のバージョン 1.0
最終更新日 2017-07-24
公開日 2017-07-24
評価 5.00/5 合計 3 レビュー
開発者 innovations.tv
支払い方法 free
対応言語 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"
    }
}