Open with Stackblitz

This extension can be clicked on the icon to open the Github repository using Stackblitz.

Что такое Open with Stackblitz?

Open with Stackblitz - это расширение Chrome, разработанное yinjiazeng, и его основная функция - "This extension can be clicked on the icon to open the Github repository using Stackblitz.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Open with Stackblitz

Скачайте файлы расширений Open with Stackblitz в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This extension can be clicked on the icon to open the Github repository using Stackblitz.                    

Основная информация о расширении

Название Open with Stackblitz Open with Stackblitz
ID mlgfgpkgjjmdgnekcdidfjjoipeohifc
Официальный URL https://chrome.google.com/webstore/detail/open-with-stackblitz/mlgfgpkgjjmdgnekcdidfjjoipeohifc
Описание This extension can be clicked on the icon to open the Github repository using Stackblitz.
Размер файла 13.71 KB
Количество установок 89
Текущая Версия 1.0.0
Последнее Обновление 2019-09-07
Дата публикации 2019-09-06
Разработчик yinjiazeng
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open with Stackblitz",
    "description": "This extension can be clicked on the icon to open the Github repository using Stackblitz.",
    "version": "1.0.0",
    "browser_action": {
        "default_icon": {
            "16": "icons\/16_disable.png",
            "48": "icons\/48_disable.png",
            "128": "icons\/128_disable.png"
        }
    },
    "icons": {
        "16": "icons\/16_enable.png",
        "48": "icons\/48_enable.png",
        "128": "icons\/128_enable.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs"
    ],
    "manifest_version": 2
}