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.”。
扩展截图
下载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.
扩展基本信息
名称 | |
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 } |