Github to Sourcetree
Clone a github project in sourcetree
Apa itu Github to Sourcetree?
Github to Sourcetree adalah ekstensi Chrome yang dikembangkan oleh vanlooverenkoen, dan fitur utamanya adalah "Clone a github project in sourcetree".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Github to Sourcetree
Unduh file ekstensi Github to Sourcetree dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
You can clone a repo right from Github to Sourcetree.
Informasi Dasar Ekstensi
Nama | |
ID | kjgnnlbigeipgoggihbjofafccadkihi |
URL Resmi | https://chrome.google.com/webstore/detail/github-to-sourcetree/kjgnnlbigeipgoggihbjofafccadkihi |
Deskripsi | Clone a github project in sourcetree |
Ukuran File | 16.82 KB |
Jumlah Instalasi | 101 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2019-05-26 |
Tanggal Publikasi | 2019-05-26 |
Penilaian | 3.00/5 Total 2 Penilaian |
Pengembang | vanlooverenkoen |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | http://vanlooverenkoen.be |
Bahasa yang Didukung | 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" } } |