Github to Stackblitz
Add a button in github that open the current project into Stackblitz
Vad är Github to Stackblitz?
Github to Stackblitz är en Chrome-tillägg utvecklad av alain21218, och dess huvudfunktion är "Add a button in github that open the current project into Stackblitz".
Tilläggsskärmbilder
Ladda ner Github to Stackblitz-förlängningens CRX-fil
Ladda ner Github to Stackblitz-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
Namn | |
ID | jogplfjfklbkeihnmnfkccbgceaohlhm |
Officiell webbadress | https://chrome.google.com/webstore/detail/github-to-stackblitz/jogplfjfklbkeihnmnfkccbgceaohlhm |
Beskrivning | Add a button in github that open the current project into Stackblitz |
Filstorlek | 18.76 KB |
Antal Installationer | 190 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2018-06-17 |
Publiceringsdatum | 2018-06-17 |
Betyg | 4.00/5 Totalt 2 Betyg |
Utvecklare | alain21218 |
Betalningssätt | free |
Stödda Språk | 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" ] } ] } |