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
官方網址 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
}