CodinGame Sync - Ext

CodinGame Sync allows you to synchronize an external file with the CodinGame editor, so you can use your own code editor.

CodinGame Sync - Ext là gì?

CodinGame Sync - Ext là một tiện ích mở rộng Chrome được phát triển bởi CodinGame, và tính năng chính của nó là "CodinGame Sync allows you to synchronize an external file with the CodinGame editor, so you can use your own code editor.".

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

screenshot
screenshot
screenshot

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

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

                        Keep Coding!

https://www.codingame.com/forum/t/codingame-sync-beta/                    

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

Tên CodinGame Sync - Ext CodinGame Sync - Ext
ID ldjnbdgcceengbjkalemckffhaajkehd
URL Chính Thức https://chromewebstore.google.com/detail/codingame-sync-ext/ldjnbdgcceengbjkalemckffhaajkehd
Mô tả CodinGame Sync allows you to synchronize an external file with the CodinGame editor, so you can use your own code editor.
Kích Thước Tệp 44.93 KB
Số Lần Cài Đặt 10,238
Phiên Bản Hiện Tại 1.1.1 Ext
Cập Nhật Lần Cuối 2022-10-06
Ngày Phát Hành 2015-12-16
Đánh Giá 4.52/5 Tổng số 29 Đánh Giá
Nhà Phát Triển CodinGame
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.codingame.com
URL Trang Trợ Giúp https://www.codingame.com/forum/t/codingame-sync-beta
URL Trang Chính Sách Bảo Mật https://www.codingame.com/legal/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CodinGame Sync - Ext",
    "version": "1.1.1",
    "version_name": "1.1.1 Ext",
    "minimum_chrome_version": "35",
    "description": "CodinGame Sync allows you to synchronize an external file with the CodinGame editor, so you can use your own code editor.",
    "icons": {
        "128": "images\/icon128.png",
        "38": "images\/icon_codingame_sync_01.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "lib\/jquery-1.8.2.min.js",
                "js\/content.js"
            ],
            "matches": [
                "http:\/\/*.codingame.com\/*",
                "https:\/\/*.codingame.com\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' ; object-src 'self'",
    "permissions": [
        "tabs"
    ],
    "page_action": {
        "default_title": "CG-Sync"
    }
}