Codebox Button for GitHub

This extension adds a button to GitHub that lets you edit your projects directly in Codebox

ما هو Codebox Button for GitHub؟

Codebox Button for GitHub هو إضافة Chrome تم تطويرها بواسطة https://www.codebox.io، والميزة الرئيسية لها هي "This extension adds a button to GitHub that lets you edit your projects directly in Codebox".

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

screenshot

تحميل ملف CRX للإضافة Codebox Button for GitHub

قم بتنزيل ملفات الامتداد Codebox Button for GitHub بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This extension lets you open GitHub projects in the most powerful cloud IDE.                    

معلومات أساسية عن التمديد

الاسم Codebox Button for GitHub Codebox Button for GitHub
ID elpfkjfgdbilpjldpbhdbdpaidobnjbg
عنوان URL الرسمي https://chromewebstore.google.com/detail/codebox-button-for-github/elpfkjfgdbilpjldpbhdbdpaidobnjbg
الوصف This extension adds a button to GitHub that lets you edit your projects directly in Codebox
حجم الملف 11.74 KB
عدد التثبيتات 89
النسخة الحالية 1
آخر تحديث 2014-03-25
تاريخ النشر 2014-03-25
تقييم 5.00/5 مجموع تقييمات 2
المطور https://www.codebox.io
نوع الدفع free
موقع الإضافة https://www.codebox.io
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Codebox Button for GitHub",
    "description": "This extension adds a button to GitHub that lets you edit your projects directly in Codebox",
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "github.js"
            ],
            "matches": [
                "https:\/\/github.com\/*"
            ]
        }
    ],
    "icons": {
        "128": "icons\/128.png"
    },
    "manifest_version": 2,
    "version": "1"
}