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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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"
    }
}