github-account-switcher
switching github account
github-account-switcher क्या है?
github-account-switcher irof द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "switching github account"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में github-account-switcher एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
ボタン一つでGitHubのアカウントを切り替えられます。
एक्सटेंशन की मूल जानकारी
नाम | github-account-switcher |
ID | ocehdenedkdlneadcchbgffliihnoddi |
आधिकारिक URL | https://chromewebstore.google.com/detail/github-account-switcher/ocehdenedkdlneadcchbgffliihnoddi |
विवरण | switching github account |
फ़ाइल का आकार | 7.38 KB |
स्थापना संख्या | 44 |
वर्तमान संस्करण | 1.1.0 |
अंतिम अपडेट | 2018-09-08 |
प्रकाशन तिथि | 2018-09-07 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | irof |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/irof/github-account-switcher |
समर्थित भाषाएँ | 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\/" ] } |