Gitako - GitHub file tree
File tree for GitHub, and more than that.
Qu'est-ce que Gitako - GitHub file tree ?
Gitako - GitHub file tree est une extension Chrome développée par EnixCoda, et sa fonction principale est "File tree for GitHub, and more than that.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Gitako - GitHub file tree
Téléchargez les fichiers d'extension Gitako - GitHub file tree au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Gitako - GitHub file tree |
ID | giljefjcheohhamkjphiebfjnlphnokk |
URL Officiel | https://chromewebstore.google.com/detail/gitako-github-file-tree/giljefjcheohhamkjphiebfjnlphnokk |
Description | File tree for GitHub, and more than that. |
Taille du Fichier | 1.86 MB |
Nombre d'Installations | 10,825 |
Version Actuelle | 3.11.7 |
Dernière Mise à Jour | 2023-12-15 |
Date de Publication | 2020-06-28 |
Évaluation | 4.92/5 Total 72 Évaluations |
Développeur | EnixCoda |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/EnixCoda/Gitako |
URL de la Page d'Aide | https://github.com/EnixCoda/Gitako/issues |
URL de la Page de Politique de Confidentialité | https://github.com/EnixCoda/Gitako/wiki/Privacy-Policy |
Langues Prises en Charge | 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" } |