github-account-switcher
switching github account
github-account-switcherคืออะไร?
github-account-switcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย irof และคุณลักษณะหลักของมันคือ "switching github account"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย github-account-switcher
ดาวน์โหลดไฟล์ส่วนขยาย github-account-switcher ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ボタン一つでGitHubのアカウントを切り替えられます。 ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| 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\/"
]
} | |