Github to Sourcetree
Clone a github project in sourcetree
Qu'est-ce que Github to Sourcetree ?
Github to Sourcetree est une extension Chrome développée par vanlooverenkoen, et sa fonction principale est "Clone a github project in sourcetree".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Github to Sourcetree
Téléchargez les fichiers d'extension Github to Sourcetree 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
You can clone a repo right from Github to Sourcetree.
Informations de Base sur l'Extension
Nom | |
ID | kjgnnlbigeipgoggihbjofafccadkihi |
URL Officiel | https://chrome.google.com/webstore/detail/github-to-sourcetree/kjgnnlbigeipgoggihbjofafccadkihi |
Description | Clone a github project in sourcetree |
Taille du Fichier | 16.82 KB |
Nombre d'Installations | 101 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2019-05-26 |
Date de Publication | 2019-05-26 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | vanlooverenkoen |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | http://vanlooverenkoen.be |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Github to Sourcetree", "description": "Clone a github project in sourcetree", "version": "1.0.1", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "js": [ "script.js" ] } ], "icons": { "16": "icon\/icon16.png", "48": "icon\/icon48.png", "128": "icon\/icon128.png" } } |