Tizen Console Fix

This extension fixes the debug console bug in Tizen Studio

Tizen Console Fix là gì?

Tizen Console Fix là một tiện ích mở rộng Chrome được phát triển bởi innovations.tv, và tính năng chính của nó là "This extension fixes the debug console bug in Tizen Studio".

Tải xuống tệp CRX của tiện ích mở rộng Tizen Console Fix

Tải xuống các tệp mở rộng Tizen Console Fix dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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]                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tizen Console Fix Tizen Console Fix
ID hfpknnioheddhjmjhchindnmcoadmekl
URL Chính Thức https://chrome.google.com/webstore/detail/tizen-console-fix/hfpknnioheddhjmjhchindnmcoadmekl
Mô tả This extension fixes the debug console bug in Tizen Studio
Kích Thước Tệp 6.92 KB
Số Lần Cài Đặt 194
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2017-07-24
Ngày Phát Hành 2017-07-24
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển innovations.tv
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}