github-account-switcher
switching github account
Co to jest github-account-switcher?
github-account-switcher to rozszerzenie Chrome opracowane przez irof, a jego główną funkcją jest „switching github account”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia github-account-switcher
Pobierz pliki rozszerzeń github-account-switcher w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
ボタン一つでGitHubのアカウントを切り替えられます。
Podstawowe informacje o rozszerzeniu
Nazwa | github-account-switcher |
ID | ocehdenedkdlneadcchbgffliihnoddi |
Oficjalny URL | https://chromewebstore.google.com/detail/github-account-switcher/ocehdenedkdlneadcchbgffliihnoddi |
Opis | switching github account |
Rozmiar pliku | 7.38 KB |
Liczba instalacji | 44 |
Aktualna Wersja | 1.1.0 |
Ostatnia Aktualizacja | 2018-09-08 |
Data Publikacji | 2018-09-07 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | irof |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/irof/github-account-switcher |
Obsługiwane Języki | 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\/" ] } |