Github Fork Confirmation

Adds a confirmation dialog to the Github and Gist Fork button.

Github Fork Confirmationとは何ですか?

Github Fork ConfirmationはAlex Pendletonによって開発されたChromeの拡張機能で、その主な機能は「Adds a confirmation dialog to the Github and Gist Fork button.」です。

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

screenshot

Github Fork Confirmation拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Are you always accidentally forking repositories? I know I am.

This Chrome Extension (or User Script!) will help. It adds a confirm dialog to the Fork button on Github repositories and Gists.

The source code is available on Github. https://github.com/alexcpendleton/GithubForkConfirmation

Updated! August 25, 2015: v1.0.1 - Fixed to accommodate new Github HTML. Sorry for the inconvenience.                    

拡張機能の基本情報

名前 Github Fork Confirmation Github Fork Confirmation
ID mofjdkidemhjconaodballcmpnaofeod
公式URL https://chromewebstore.google.com/detail/github-fork-confirmation/mofjdkidemhjconaodballcmpnaofeod
説明 Adds a confirmation dialog to the Github and Gist Fork button.
ファイルサイズ 17.08 KB
インストール数 125
現在のバージョン 1.0.1
最終更新日 2015-08-26
公開日 2015-08-25
評価 5.00/5 合計 1 レビュー
開発者 Alex Pendleton
支払い方法 free
拡張機能のウェブサイト https://github.com/alexcpendleton/GithubForkConfirmation
ヘルプページのURL https://github.com/alexcpendleton/GithubForkConfirmation
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Github Fork Confirmation",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Adds a confirmation dialog to the Github and Gist Fork button.",
    "homepage_url": "https:\/\/github.com\/alexcpendleton\/GithubForkConfirmation",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "https:\/\/github.com\/*",
        "https:\/\/gist.github.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*",
                "https:\/\/gist.github.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}