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とは何ですか?

CodinGame Sync - ExtはCodinGameによって開発されたChromeの拡張機能で、その主な機能は「CodinGame Sync allows you to synchronize an external file with the CodinGame editor, so you can use your own code editor.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

CodinGame Sync - Ext拡張機能のCRXファイルをダウンロード

CodinGame Sync - Ext拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Keep Coding!

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

拡張機能の基本情報

名前 CodinGame Sync - Ext CodinGame Sync - Ext
ID ldjnbdgcceengbjkalemckffhaajkehd
公式URL https://chromewebstore.google.com/detail/codingame-sync-ext/ldjnbdgcceengbjkalemckffhaajkehd
説明 CodinGame Sync allows you to synchronize an external file with the CodinGame editor, so you can use your own code editor.
ファイルサイズ 44.93 KB
インストール数 10,238
現在のバージョン 1.1.1 Ext
最終更新日 2022-10-06
公開日 2015-12-16
評価 4.52/5 合計 29 レビュー
開発者 CodinGame
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.codingame.com
ヘルプページのURL https://www.codingame.com/forum/t/codingame-sync-beta
プライバシーポリシーページのURL https://www.codingame.com/legal/privacy-policy
対応言語 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"
    }
}