Github to Sourcetree
Clone a github project in sourcetree
Vad är Github to Sourcetree?
Github to Sourcetree är en Chrome-tillägg utvecklad av vanlooverenkoen, och dess huvudfunktion är "Clone a github project in sourcetree".
Tilläggsskärmbilder
Ladda ner Github to Sourcetree-förlängningens CRX-fil
Ladda ner Github to Sourcetree-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
You can clone a repo right from Github to Sourcetree. Grundläggande Information om Tillägg
| Namn | |
| ID | kjgnnlbigeipgoggihbjofafccadkihi |
| Officiell webbadress | https://chrome.google.com/webstore/detail/github-to-sourcetree/kjgnnlbigeipgoggihbjofafccadkihi |
| Beskrivning | Clone a github project in sourcetree |
| Filstorlek | 16.82 KB |
| Antal Installationer | 101 |
| Aktuell Version | 1.0.1 |
| Senast Uppdaterad | 2019-05-26 |
| Publiceringsdatum | 2019-05-26 |
| Betyg | 3.00/5 Totalt 2 Betyg |
| Utvecklare | vanlooverenkoen |
| E-post | [email protected] |
| Betalningssätt | free |
| URL till Sekretesspolicy Sidan | http://vanlooverenkoen.be |
| Stödda Språk | 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"
}
} | |