github-account-switcher

switching github account

github-account-switcherとは何ですか?

github-account-switcherはirofによって開発されたChromeの拡張機能で、その主な機能は「switching github account」です。

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

screenshot

github-account-switcher拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        ボタン一つでGitHubのアカウントを切り替えられます。                    

拡張機能の基本情報

名前 github-account-switcher github-account-switcher
ID ocehdenedkdlneadcchbgffliihnoddi
公式URL https://chromewebstore.google.com/detail/github-account-switcher/ocehdenedkdlneadcchbgffliihnoddi
説明 switching github account
ファイルサイズ 7.38 KB
インストール数 44
現在のバージョン 1.1.0
最終更新日 2018-09-08
公開日 2018-09-07
評価 5.00/5 合計 1 レビュー
開発者 irof
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/irof/github-account-switcher
対応言語 ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "github-account-switcher",
    "version": "1.1.0",
    "description": "switching github account",
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "declarativeContent",
        "tabs",
        "storage",
        "cookies",
        "https:\/\/github.com\/"
    ]
}