github-account-switcher
switching github account
Vad är github-account-switcher?
github-account-switcher är en Chrome-tillägg utvecklad av irof, och dess huvudfunktion är "switching github account".
Tilläggsskärmbilder
Ladda ner github-account-switcher-förlängningens CRX-fil
Ladda ner github-account-switcher-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
ボタン一つでGitHubのアカウントを切り替えられます。 Grundläggande Information om Tillägg
| Namn | |
| ID | ocehdenedkdlneadcchbgffliihnoddi |
| Officiell webbadress | https://chromewebstore.google.com/detail/github-account-switcher/ocehdenedkdlneadcchbgffliihnoddi |
| Beskrivning | switching github account |
| Filstorlek | 7.38 KB |
| Antal Installationer | 44 |
| Aktuell Version | 1.1.0 |
| Senast Uppdaterad | 2018-09-08 |
| Publiceringsdatum | 2018-09-07 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | irof |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/irof/github-account-switcher |
| Stödda Språk | 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\/"
]
} | |