github-account-switcher
switching github account
Cos'è github-account-switcher?
github-account-switcher è un'estensione di Chrome sviluppata da irof, e la sua funzione principale è "switching github account".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione github-account-switcher
Scarica i file di estensione github-account-switcher in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
ボタン一つでGitHubのアカウントを切り替えられます。
Informazioni di Base sull'Estensione
Nome | github-account-switcher |
ID | ocehdenedkdlneadcchbgffliihnoddi |
URL Ufficiale | https://chromewebstore.google.com/detail/github-account-switcher/ocehdenedkdlneadcchbgffliihnoddi |
Descrizione | switching github account |
Dimensione del File | 7.38 KB |
Conteggio Installazioni | 44 |
Versione Corrente | 1.1.0 |
Ultimo Aggiornamento | 2018-09-08 |
Data di Pubblicazione | 2018-09-07 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | irof |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/irof/github-account-switcher |
Lingue Supportate | 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\/" ] } |