github-account-switcher
switching github account
Hvad er github-account-switcher?
github-account-switcher er en Chrome-udvidelse udviklet af irof, og dens hovedfunktion er "switching github account".
Udvidelsesskærmbilleder
Download github-account-switcher-udvidelses-CRX-fil
Download github-account-switcher-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
ボタン一つでGitHubのアカウントを切り替えられます。
Grundlæggende oplysninger om udvidelsen
Navn | github-account-switcher |
ID | ocehdenedkdlneadcchbgffliihnoddi |
Officiel URL | https://chromewebstore.google.com/detail/github-account-switcher/ocehdenedkdlneadcchbgffliihnoddi |
Beskrivelse | switching github account |
Filstørrelse | 7.38 KB |
Antal Installationer | 44 |
Nuværende Version | 1.1.0 |
Senest Opdateret | 2018-09-08 |
Udgivelsesdato | 2018-09-07 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | irof |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/irof/github-account-switcher |
Understøttede Sprog | 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\/" ] } |