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.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Gitako - GitHub file tree拡張機能のCRXファイルをダウンロード

Gitako - GitHub file tree拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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 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
Eメール [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"
}