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 |
公式URL | 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" ] } ] } |