Github to Stackblitz
Add a button in github that open the current project into Stackblitz
What is Github to Stackblitz?
Github to Stackblitz is a Chrome extension developed by alain21218, and its main feature is "Add a button in github that open the current project into Stackblitz".
Extension Screenshots
Download Github to Stackblitz Extension CRX File
Download Github to Stackblitz extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | jogplfjfklbkeihnmnfkccbgceaohlhm |
Official URL | https://chrome.google.com/webstore/detail/github-to-stackblitz/jogplfjfklbkeihnmnfkccbgceaohlhm |
Description | Add a button in github that open the current project into Stackblitz |
File Size | 18.76 KB |
Installation Count | 190 |
Current Version | 1.0 |
Last Updated | 2018-06-17 |
Publish Date | 2018-06-17 |
Rating | 4.00/5 Total 2 Ratings |
Developer | alain21218 |
Payment Type | free |
Supported Languages | 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" ] } ] } |