Repositree
Browser Extension that helps to explore Github repository
Wat is Repositree?
Repositree is een Chrome-extensie ontwikkeld door saudchougle, en de belangrijkste functie is "Browser Extension that helps to explore Github repository".
Extensie Screenshots
Download het CRX-bestand van de extensie Repositree
Download Repositree-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Repositree |
ID | lafjldoccjnjlcmdhmniholdpjkbgajo |
Officiële URL | https://chromewebstore.google.com/detail/repositree/lafjldoccjnjlcmdhmniholdpjkbgajo |
Beschrijving | Browser Extension that helps to explore Github repository |
Bestandsgrootte | 314 KB |
Aantal Installaties | 146 |
Huidige Versie | 1.6.2 |
Laatst Bijgewerkt | 2021-07-05 |
Publicatiedatum | 2020-11-13 |
Beoordeling | 5.00/5 Totaal 8 Beoordelingen |
Ontwikkelaar | saudchougle |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/chouglesaud/repositree |
Help Pagina-URL | https://github.com/chouglesaud/repositree |
Ondersteunde Talen | 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\/*\/*" ] } ] } |