github-account-switcher
switching github account
什麼是github-account-switcher?
github-account-switcher是由irof開發的Chrome擴展程式,該擴展的主要功能是“switching github account”。
擴展截圖
下載github-account-switcher擴展crx文件
下載github-account-switcher擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
ボタン一つでGitHubのアカウントを切り替えられます。 擴展基本資訊
| 名稱 | |
| ID | ocehdenedkdlneadcchbgffliihnoddi |
| 官方網址 | 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\/"
]
} | |