Gitako - GitHub file tree
File tree for GitHub, and more than that.
Gitako - GitHub file tree란 무엇입니까?
Gitako - GitHub file tree은(는) EnixCoda에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "File tree for GitHub, and more than that."입니다.
확장 프로그램 스크린샷
Gitako - GitHub file tree 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Features - 📂 File tree for repository, commits, and pull requests - 🔎 Instant file search and navigation - 🕶️ Support private repositories - 🧩 Support GitHub enterprise, Gitea, Gitee, and more - 🏎 Always performant, even in gigantic projects - ⌨️ Intuitive keyboard navigation - 📋 Copy snippets and file content - 🎨 Various icons and official themes support - 🗂 Support git submodule - 📏 Fold source code NO BS POLICY: Gitako doesn't share about your privacy data at all. GitHub access tokens are required only when you access private repositories or exceed GitHub API rate limit. Gitako stores access tokens in your chrome extension storage (not the LocalStorage) and uses them only when authenticate with GitHub.
확장 프로그램 기본 정보
이름 | Gitako - GitHub file tree |
ID | giljefjcheohhamkjphiebfjnlphnokk |
공식 URL | https://chromewebstore.google.com/detail/gitako-github-file-tree/giljefjcheohhamkjphiebfjnlphnokk |
설명 | File tree for GitHub, and more than that. |
파일 크기 | 1.86 MB |
설치 횟수 | 10,825 |
현재 버전 | 3.11.7 |
최근 업데이트 | 2023-12-15 |
출시 날짜 | 2020-06-28 |
평점 | 4.92/5 총 72 개의 평점 |
개발자 | EnixCoda |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/EnixCoda/Gitako |
도움말 페이지 URL | https://github.com/EnixCoda/Gitako/issues |
개인정보 보호 정책 페이지 URL | https://github.com/EnixCoda/Gitako/wiki/Privacy-Policy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Gitako - GitHub file tree", "icons": { "64": "icons\/Gitako-64.png", "128": "icons\/Gitako-128.png", "256": "icons\/Gitako-256.png" }, "permissions": [ "storage", "contextMenus", "activeTab", "*:\/\/*.github.com\/*", "*:\/\/gitako.enix.one\/*", "*:\/\/*.sentry.io\/*" ], "optional_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ "icons\/vscode\/*", "content.css" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icons\/Gitako.png" }, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "js": [ "firefox-shim.js", "browser-polyfill.js", "content.js" ] } ], "version": "3.11.7", "description": "File tree for GitHub, and more than that.", "author": "EnixCoda", "homepage_url": "https:\/\/github.com\/EnixCoda\/Gitako" } |