Open with Stackblitz

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

Open with Stackblitzとは何ですか?

Open with Stackblitzはyinjiazengによって開発されたChromeの拡張機能で、その主な機能は「This extension can be clicked on the icon to open the Github repository using Stackblitz.」です。

拡張機能のスクリーンショット

screenshot

Open with Stackblitz拡張機能のCRXファイルをダウンロード

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
Eメール [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
}