Repositree
Browser Extension that helps to explore Github repository
Apa itu Repositree?
Repositree adalah ekstensi Chrome yang dikembangkan oleh saudchougle, dan fitur utamanya adalah "Browser Extension that helps to explore Github repository".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Repositree
Unduh file ekstensi Repositree 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
Ctrl + B Toggle Side Bar Visibility Features - Clean UI - IDE-like code tree for GitHub (Public and Private) repositories. - Left & Right Dock Location. - Resizable Layout. - Github Light, Dark, Dimmed & Dark high contrast themes. - Bookmark - github1s(VSCode) mode. - More Feature Coming Soon... Privacy Policy - Repositree doesn't share, collect your data at all. - GitHub Access Token or GitHub Personal Access Token is required only when you access private repositories or exceed the GitHub API rate limit. - Repositree store token in your chrome extension storage, not in the localStorage and use only to authenticate with the GitHub.
Informasi Dasar Ekstensi
Nama | Repositree |
ID | lafjldoccjnjlcmdhmniholdpjkbgajo |
URL Resmi | https://chromewebstore.google.com/detail/repositree/lafjldoccjnjlcmdhmniholdpjkbgajo |
Deskripsi | Browser Extension that helps to explore Github repository |
Ukuran File | 314 KB |
Jumlah Instalasi | 146 |
Versi Saat Ini | 1.6.2 |
Terakhir Diperbarui | 2021-07-05 |
Tanggal Publikasi | 2020-11-13 |
Penilaian | 5.00/5 Total 8 Penilaian |
Pengembang | saudchougle |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/chouglesaud/repositree |
URL Halaman Bantuan | https://github.com/chouglesaud/repositree |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Repositree", "author": "Saud Chougle", "minimum_chrome_version": "60", "permissions": [ "storage", "https:\/\/api.github.com\/*" ], "version": "1.6.2", "description": "Browser Extension that helps to explore Github repository", "content_scripts": [ { "run_at": "document_start", "css": [ ".\/style.css" ], "js": [ ".\/content.js" ], "matches": [ "https:\/\/github.com\/*\/*" ] } ] } |