Github to Stackblitz

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

Co to jest Github to Stackblitz?

Github to Stackblitz to rozszerzenie Chrome opracowane przez alain21218, a jego główną funkcją jest „Add a button in github that open the current project into Stackblitz”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Github to Stackblitz

Pobierz pliki rozszerzeń Github to Stackblitz w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                                            

Podstawowe informacje o rozszerzeniu

Nazwa Github to Stackblitz Github to Stackblitz
ID jogplfjfklbkeihnmnfkccbgceaohlhm
Oficjalny URL https://chrome.google.com/webstore/detail/github-to-stackblitz/jogplfjfklbkeihnmnfkccbgceaohlhm
Opis Add a button in github that open the current project into Stackblitz
Rozmiar pliku 18.76 KB
Liczba instalacji 190
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2018-06-17
Data Publikacji 2018-06-17
Ocena 4.00/5 Łącznie 2 Oceny
Deweloper alain21218
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}