WebExtension.net
Toggle dark mode
WebExtension.net

GitIngest - Turn any Git repo to a LLM-friendly prompt

View on Chrome Web Store
View GitIngest - Turn any Git repo to a LLM-friendly prompt Chrome Extension on Chrome Web Store
Add to bookmarks
4.8 (5 ratings)
1 new ratings
10 views
This extension has been viewed 10 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Turn any Git repository into a prompt-friendly text ingest for LLMs. By replacing hub with ingest to access a coresponding digest.
Type
Extension
Users
1,000 users
47
Website gitingest.com
甜檸Cirtron🍋
View author page of 甜檸Cirtron🍋
Published
Published on December 26, 2024
Version 1.2
Manifest version
3
Updated
Updated on January 7, 2025
productivity/developer
Extension Category
Website
Visit developer website
View on Chrome Web Store
View GitIngest - Turn any Git repo to a LLM-friendly prompt Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GitIngest - Turn any Git repo to a LLM-friendly prompt",
    "description": "Turn any Git repository into a prompt-friendly text ingest for LLMs. By replacing hub with ingest to access a coresponding digest.",
    "version": "1.2",
    "icons": {
        "16": "icon\/16.png",
        "32": "icon\/32.png",
        "48": "icon\/48.png",
        "96": "icon\/96.png",
        "128": "icon\/128.png"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_title": "Git Ingest",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.github.com\/*"
            ],
            "js": [
                "content-scripts\/content.js"
            ]
        }
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top