Repositree
Browser Extension that helps to explore Github repository
Cos'è Repositree?
Repositree è un'estensione di Chrome sviluppata da saudchougle, e la sua funzione principale è "Browser Extension that helps to explore Github repository".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Repositree
Scarica i file di estensione Repositree in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | lafjldoccjnjlcmdhmniholdpjkbgajo |
| URL Ufficiale | https://chromewebstore.google.com/detail/repositree/lafjldoccjnjlcmdhmniholdpjkbgajo |
| Descrizione | Browser Extension that helps to explore Github repository |
| Dimensione del File | 314 KB |
| Conteggio Installazioni | 146 |
| Versione Corrente | 1.6.2 |
| Ultimo Aggiornamento | 2021-07-05 |
| Data di Pubblicazione | 2020-11-13 |
| Valutazione | 5.00/5 Totale 8 Valutazioni |
| Sviluppatore | saudchougle |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/chouglesaud/repositree |
| URL della Pagina di Aiuto | https://github.com/chouglesaud/repositree |
| Lingue Supportate | 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\/*\/*"
]
}
]
} | |