Live Edit with Eclipse

Live Edit Plug-in with Eclipse by Kten

Live Edit with Eclipse là gì?

Live Edit with Eclipse là một tiện ích mở rộng Chrome được phát triển bởi Kten, và tính năng chính của nó là "Live Edit Plug-in with Eclipse by Kten".

Tải xuống tệp CRX của tiện ích mở rộng Live Edit with Eclipse

Tải xuống các tệp mở rộng Live Edit with Eclipse 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

                        This Extension supports Eclipse Plugin "Livedit"                    

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

Tên Live Edit with Eclipse Live Edit with Eclipse
ID lekiboppochablblcgkbjfipecaakgmj
URL Chính Thức https://chrome.google.com/webstore/detail/live-edit-with-eclipse/lekiboppochablblcgkbjfipecaakgmj
Mô tả Live Edit Plug-in with Eclipse by Kten
Kích Thước Tệp 91.58 KB
Số Lần Cài Đặt 67
Phiên Bản Hiện Tại 1.0.6
Cập Nhật Lần Cuối 2015-08-04
Ngày Phát Hành 2015-08-04
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Kten
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Live Edit with Eclipse",
    "description": "Live Edit Plug-in with Eclipse by Kten",
    "version": "1.0.6",
    "browser_action": {
        "default_icon": "image\/thumbnailIcon.png"
    },
    "background": {
        "page": "page\/main.html",
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery\/jquery-1.11.3.min.js",
                "js\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "",
        "activeTab",
        "tabs",
        "contextMenus",
        "debugger"
    ],
    "icons": {
        "16": "image\/thumbnailIcon.png",
        "128": "image\/thumbnailIcon.png"
    }
}