Github to Stackblitz

Add a button in github that open the current project into Stackblitz

ما هو Github to Stackblitz؟

Github to Stackblitz هو إضافة Chrome تم تطويرها بواسطة alain21218، والميزة الرئيسية لها هي "Add a button in github that open the current project into Stackblitz".

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

screenshot

تحميل ملف CRX للإضافة Github to Stackblitz

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

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

                                            

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

الاسم Github to Stackblitz Github to Stackblitz
ID jogplfjfklbkeihnmnfkccbgceaohlhm
عنوان URL الرسمي https://chrome.google.com/webstore/detail/github-to-stackblitz/jogplfjfklbkeihnmnfkccbgceaohlhm
الوصف Add a button in github that open the current project into Stackblitz
حجم الملف 18.76 KB
عدد التثبيتات 190
النسخة الحالية 1.0
آخر تحديث 2018-06-17
تاريخ النشر 2018-06-17
تقييم 4.00/5 مجموع تقييمات 2
المطور alain21218
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Github to Stackblitz",
    "version": "1.0",
    "description": "Add a button in github that open the current project into Stackblitz",
    "icons": {
        "48": "logo.png"
    },
    "web_accessible_resources": [
        "logo.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.github.com\/*"
            ],
            "js": [
                "button.js"
            ]
        }
    ]
}