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
电子邮箱 [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\/"
    ]
}