Github to Stackblitz
Add a button in github that open the current project into Stackblitz
Qu'est-ce que Github to Stackblitz ?
Github to Stackblitz est une extension Chrome développée par alain21218, et sa fonction principale est "Add a button in github that open the current project into Stackblitz".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Github to Stackblitz
Téléchargez les fichiers d'extension Github to Stackblitz au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Informations de Base sur l'Extension
Nom | |
ID | jogplfjfklbkeihnmnfkccbgceaohlhm |
URL Officiel | https://chrome.google.com/webstore/detail/github-to-stackblitz/jogplfjfklbkeihnmnfkccbgceaohlhm |
Description | Add a button in github that open the current project into Stackblitz |
Taille du Fichier | 18.76 KB |
Nombre d'Installations | 190 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2018-06-17 |
Date de Publication | 2018-06-17 |
Évaluation | 4.00/5 Total 2 Évaluations |
Développeur | alain21218 |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |