Github to Stackblitz
Add a button in github that open the current project into Stackblitz
什麼是Github to Stackblitz?
Github to Stackblitz是由alain21218開發的Chrome擴展程式,該擴展的主要功能是“Add a button in github that open the current project into Stackblitz”。
擴展截圖
下載Github to Stackblitz擴展crx文件
下載Github to Stackblitz擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
名稱 | |
ID | jogplfjfklbkeihnmnfkccbgceaohlhm |
官方網址 | https://chrome.google.com/webstore/detail/github-to-stackblitz/jogplfjfklbkeihnmnfkccbgceaohlhm |
簡介 | Add a button in github that open the current project into Stackblitz |
檔案大小 | 18.76 KB |
安裝次數 | 190 |
目前版本 | 1.0 |
更新時間 | 2018-06-17 |
上架時間 | 2018-06-17 |
評分 | 4.00/5 共 2 次評分 |
開發者 | alain21218 |
付費類型 | free |
支援的語言 | 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" ] } ] } |