Tizen Console Fix

This extension fixes the debug console bug in Tizen Studio

ما هو Tizen Console Fix؟

Tizen Console Fix هو إضافة Chrome تم تطويرها بواسطة innovations.tv، والميزة الرئيسية لها هي "This extension fixes the debug console bug in Tizen Studio".

تحميل ملف CRX للإضافة Tizen Console Fix

قم بتنزيل ملفات الامتداد Tizen Console Fix بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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