github-account-switcher
switching github account
What is github-account-switcher?
github-account-switcher is a Chrome extension developed by irof, and its main feature is "switching github account".
Extension Screenshots
Download github-account-switcher Extension CRX File
Download github-account-switcher extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
ボタン一つでGitHubのアカウントを切り替えられます。
Extension Basic Information
Name | github-account-switcher |
ID | ocehdenedkdlneadcchbgffliihnoddi |
Official URL | https://chromewebstore.google.com/detail/github-account-switcher/ocehdenedkdlneadcchbgffliihnoddi |
Description | switching github account |
File Size | 7.38 KB |
Installation Count | 44 |
Current Version | 1.1.0 |
Last Updated | 2018-09-08 |
Publish Date | 2018-09-07 |
Rating | 5.00/5 Total 1 Ratings |
Developer | irof |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/irof/github-account-switcher |
Supported Languages | 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\/" ] } |