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 هو إضافة Chrome تم تطويرها بواسطة CodinGame، والميزة الرئيسية لها هي "CodinGame Sync allows you to synchronize an external file with the CodinGame editor, so you can use your own code editor.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة CodinGame Sync - Ext

قم بتنزيل ملفات الامتداد CodinGame Sync - Ext بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.codingame.com
عنوان صفحة المساعدة https://www.codingame.com/forum/t/codingame-sync-beta
عنوان صفحة سياسة الخصوصية 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"
    }
}