Repositree
Browser Extension that helps to explore Github repository
Was ist Repositree?
Repositree ist eine Chrome-Erweiterung, die von saudchougle entwickelt wurde, und ihr Hauptmerkmal ist "Browser Extension that helps to explore Github repository".
Erweiterungsscreenshots
Repositree-Erweiterungs-CRX-Datei herunterladen
Laden Sie Repositree-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | lafjldoccjnjlcmdhmniholdpjkbgajo |
| Offizielle URL | https://chromewebstore.google.com/detail/repositree/lafjldoccjnjlcmdhmniholdpjkbgajo |
| Beschreibung | Browser Extension that helps to explore Github repository |
| Dateigröße | 314 KB |
| Installationsanzahl | 146 |
| Aktuelle Version | 1.6.2 |
| Letztes Update | 2021-07-05 |
| Veröffentlichungsdatum | 2020-11-13 |
| Bewertung | 5.00/5 Insgesamt 8 Bewertungen |
| Entwickler | saudchougle |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/chouglesaud/repositree |
| Hilfeseite URL | https://github.com/chouglesaud/repositree |
| Unterstützte Sprachen | 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\/*\/*"
]
}
]
} | |