CodinGame IDEA Editor

CodinGame IDEA Editor allows you to edit code, execute particular test case and see result directly in Intellij IDEA.

CodinGame IDEA Editor là gì?

CodinGame IDEA Editor là một tiện ích mở rộng Chrome được phát triển bởi Oleksandr Kravchenko, và tính năng chính của nó là "CodinGame IDEA Editor allows you to edit code, execute particular test case and see result directly in Intellij IDEA.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng CodinGame IDEA Editor

Tải xuống các tệp mở rộng CodinGame IDEA Editor 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

                        Intellij IDEA plugin and instruction:
https://bitbucket.org/kalex375/cgedit/overview                    

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

Tên CodinGame IDEA Editor CodinGame IDEA Editor
ID hikpllmiijacdljhdlnnkdddhncmljif
URL Chính Thức https://chrome.google.com/webstore/detail/codingame-idea-editor/hikpllmiijacdljhdlnnkdddhncmljif
Mô tả CodinGame IDEA Editor allows you to edit code, execute particular test case and see result directly in Intellij IDEA.
Kích Thước Tệp 25.84 KB
Số Lần Cài Đặt 514
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2016-10-10
Ngày Phát Hành 2016-10-10
Đánh Giá 3.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Oleksandr Kravchenko
Loại Thanh Toán free
Trang Web Mở Rộng https://bitbucket.org/kalex375/cgedit/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CodinGame IDEA Editor",
    "description": "CodinGame IDEA Editor allows you to edit code, execute particular test case and see result directly in Intellij IDEA.",
    "version": "0.3",
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "storage"
    ],
    "homepage_url": "https:\/\/bitbucket.org\/madcap99\/cgedit\/",
    "icons": {
        "16": "img\/logo16.png",
        "48": "img\/logo48.png",
        "128": "img\/logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.codingame.com\/*",
                "https:\/\/www.codingame.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "injected_content.js",
        "injected_css.css"
    ]
}