Git First

Takes you to first commit of any GitHub repository

Git Firstとは何ですか?

Git Firstはhttps://kamranahmed.infoによって開発されたChromeの拡張機能で、その主な機能は「Takes you to first commit of any GitHub repository」です。

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

screenshot

Git First拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Git First is a chrome extension that takes you to the initial commit of any repository. It adds a context menu item called "Initial Commit" which is shown whenever you are on a repository page and perform a right click. Clicking this button will take you to the first commit of the current repository.

Currently, it only supports GitHub, however, support for Gitlab and Bitbucket is under way                    

拡張機能の基本情報

名前 Git First Git First
ID bkodimdeilmanedhmadkjickmfobpjde
公式URL https://chromewebstore.google.com/detail/git-first/bkodimdeilmanedhmadkjickmfobpjde
説明 Takes you to first commit of any GitHub repository
ファイルサイズ 16.82 KB
インストール数 188
現在のバージョン 1.0.1
最終更新日 2018-11-02
公開日 2018-11-02
評価 5.00/5 合計 4 レビュー
開発者 https://kamranahmed.info
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/kamranahmedse/git-first
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Git First",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Takes you to first commit of any GitHub repository",
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "icons": {
        "16": "\/icons\/icon16.png",
        "48": "\/icons\/icon48.png",
        "128": "\/icons\/icon128.png"
    },
    "browser_action": {
        "default_title": "Git First",
        "default_icon": "\/icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "script.js"
        ]
    }
}