Le Git Graph - Commits Graph for GitHub

A browser extension that displays the git graph for any GitHub repository.

Le Git Graph - Commits Graph for GitHub là gì?

Le Git Graph - Commits Graph for GitHub là một tiện ích mở rộng Chrome được phát triển bởi https://scaria.dev, và tính năng chính của nó là "A browser extension that displays the git graph for any GitHub repository.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Le Git Graph - Commits Graph for GitHub

Tải xuống các tệp mở rộng Le Git Graph - Commits Graph for GitHub dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Calling all GitHub enthusiasts! Elevate your coding prowess with our exceptional browser extension, "Le Git Graph" – the ultimate tool that transforms your GitHub journey into a captivating visual spectacle.

🚀 Embrace Visual Clarity:
Integrating seamlessly into the GitHub website, "Le Git Graph" introduces a dynamic and interactive Git graph to your repositories. No more deciphering complex commit logs or struggling to make sense of intricate branching patterns. This extension unveils your version control history in a striking, user-friendly graph, making project navigation an absolute breeze.

🎨 A Work of Art:
Behold the mesmerizing visual representation of your Git history with "Le Git Graph." Witness branches, merges, and commits come to life in an organized and aesthetically pleasing manner. Analyze project progress, identify code changes, and make informed decisions with unparalleled ease.

🔍 Intuitive Exploration:
Experience GitHub navigation like never before! "Le Git Graph" empowers you to explore branches effortlessly, delve into commits, and seamlessly switch between versions. Uncover hidden relationships between code changes and gain valuable insights with just a few clicks.

🛠️ Empower Collaboration:
Take collaboration to new heights! "Le Git Graph" facilitates seamless code reviews, efficient conflict resolution, and effective communication among team members. Boost productivity and build remarkable projects together, all while enjoying the delightful visual experience.

⚙️ Hassle-Free Setup:
Getting started is a breeze! Download "Le Git Graph" from your browser store, and instantly elevate your GitHub interface with this powerful extension. Lightweight, dependable, and compatible with major browsers, it ensures a smooth coding journey from the get-go.

⭐ Embrace the Revolution:
Step into the future of GitHub collaboration and unleash the true potential of your repositories with "Le Git Graph" extension. Experience coding productivity like never before!

👉 Don't miss out on this game-changing tool – download "Le Git Graph" now and embark on an awe-inspiring coding adventure! Happy coding!

#GitHub #GitGraph #LeGitGraph #BrowserExtension #CodeVisualization #DeveloperTools #CodingJourney #ProductivityHacks #OpenSource                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Le Git Graph - Commits Graph for GitHub Le Git Graph - Commits Graph for GitHub
ID joggkdfebigddmaagckekihhfncdobff
URL Chính Thức https://chromewebstore.google.com/detail/le-git-graph-commits-grap/joggkdfebigddmaagckekihhfncdobff
Mô tả A browser extension that displays the git graph for any GitHub repository.
Kích Thước Tệp 807 KB
Số Lần Cài Đặt 6,749
Phiên Bản Hiện Tại 1.2.7
Cập Nhật Lần Cuối 2024-01-02
Ngày Phát Hành 2022-09-10
Đánh Giá 4.42/5 Tổng số 19 Đánh Giá
Nhà Phát Triển https://scaria.dev
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/NirmalScaria/github-tree-graph
URL Trang Trợ Giúp https://github.com/NirmalScaria/github-tree-graph/issues
URL Trang Chính Sách Bảo Mật https://github.com/NirmalScaria/le-git-graph/blob/main/Privacy%20policy.md
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2.7",
    "name": "Le Git Graph - Commits Graph for GitHub",
    "description": "A browser extension that displays the git graph for any GitHub repository.",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.github.com\/*"
            ],
            "css": [
                "css\/background.css"
            ],
            "js": [
                "js\/showLegend.js",
                "js\/drawGraph.js",
                "js\/fetchFurther.js",
                "js\/showCommitsLoading.js",
                "js\/getLocalToken.js",
                "js\/addAuthorizationPrompt.js",
                "js\/authorisation\/oauth2.js",
                "js\/fetchCommits.js",
                "js\/fetchFilteredCommits.js",
                "js\/showCommits.js",
                "js\/sortCommits.js",
                "js\/setBranchOptions.js",
                "js\/loadBranchesButton.js",
                "js\/addCommitsButton.js",
                "js\/openCommitsTab.js",
                "js\/main.js",
                "js\/fre\/helper.js",
                "js\/fre\/updateFre.js",
                "js\/fre\/installFre.js",
                "js\/fre\/handler.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.scaria.dev\/github-tree-graph\/authorize\/*"
            ],
            "js": [
                "js\/authProcess.js"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/le_git_graph16.png",
            "32": "\/images\/le_git_graph32.png",
            "48": "\/images\/le_git_graph48.png",
            "128": "\/images\/le_git_graph128.png"
        },
        "default_title": "Le Git Graph",
        "default_popup": "\/html\/popup.html"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "{fd903445-e572-42dd-90be-ae63dd5840ea}"
        }
    },
    "icons": {
        "16": "\/images\/le_git_graph16.png",
        "32": "\/images\/le_git_graph32.png",
        "48": "\/images\/le_git_graph48.png",
        "128": "\/images\/le_git_graph128.png"
    },
    "background": {
        "service_worker": "js\/serviceWorker.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "js\/authInject.js",
                "images\/popup.png",
                "html\/branchSelection.html",
                "html\/authorizationPrompt.html",
                "html\/commitsLoading.html",
                "html\/commitsContainer.html",
                "html\/commitItem.html",
                "html\/hoverCard.html",
                "html\/tooltip.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}