Repositree
Browser Extension that helps to explore Github repository
Repositree란 무엇입니까?
Repositree은(는) saudchougle에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Browser Extension that helps to explore Github repository"입니다.
확장 프로그램 스크린샷
Repositree 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | Repositree |
ID | lafjldoccjnjlcmdhmniholdpjkbgajo |
공식 URL | https://chromewebstore.google.com/detail/repositree/lafjldoccjnjlcmdhmniholdpjkbgajo |
설명 | Browser Extension that helps to explore Github repository |
파일 크기 | 314 KB |
설치 횟수 | 146 |
현재 버전 | 1.6.2 |
최근 업데이트 | 2021-07-05 |
출시 날짜 | 2020-11-13 |
평점 | 5.00/5 총 8 개의 평점 |
개발자 | saudchougle |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/chouglesaud/repositree |
도움말 페이지 URL | https://github.com/chouglesaud/repositree |
지원되는 언어 | 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\/*\/*" ] } ] } |