Gitako - GitHub file tree
File tree for GitHub, and more than that.
Was ist Gitako - GitHub file tree?
Gitako - GitHub file tree ist eine Chrome-Erweiterung, die von EnixCoda entwickelt wurde, und ihr Hauptmerkmal ist "File tree for GitHub, and more than that.".
Erweiterungsscreenshots
Gitako - GitHub file tree-Erweiterungs-CRX-Datei herunterladen
Laden Sie Gitako - GitHub file tree-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
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.
Grundlegende Informationen zur Erweiterung
Name | Gitako - GitHub file tree |
ID | giljefjcheohhamkjphiebfjnlphnokk |
Offizielle URL | https://chromewebstore.google.com/detail/gitako-github-file-tree/giljefjcheohhamkjphiebfjnlphnokk |
Beschreibung | File tree for GitHub, and more than that. |
Dateigröße | 1.86 MB |
Installationsanzahl | 10,825 |
Aktuelle Version | 3.11.7 |
Letztes Update | 2023-12-15 |
Veröffentlichungsdatum | 2020-06-28 |
Bewertung | 4.92/5 Insgesamt 72 Bewertungen |
Entwickler | EnixCoda |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/EnixCoda/Gitako |
Hilfeseite URL | https://github.com/EnixCoda/Gitako/issues |
URL der Datenschutzrichtlinien-Seite | https://github.com/EnixCoda/Gitako/wiki/Privacy-Policy |
Unterstützte Sprachen | 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" } |