Status of Github
This extension shows an icon for the current status of Github
Status of Github क्या है?
Status of Github Martin Meredith द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension shows an icon for the current status of Github"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Status of Github एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A very quick browser extension that adds a button showing the current status of github.com
एक्सटेंशन की मूल जानकारी
नाम | Status of Github |
ID | nciflpommnamonmnphnooobdhdbpmhkf |
आधिकारिक URL | https://chromewebstore.google.com/detail/status-of-github/nciflpommnamonmnphnooobdhdbpmhkf |
विवरण | This extension shows an icon for the current status of Github |
फ़ाइल का आकार | 103 KB |
स्थापना संख्या | 23 |
वर्तमान संस्करण | 0.0.7 |
अंतिम अपडेट | 2019-04-25 |
प्रकाशन तिथि | 2019-04-25 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Martin Meredith |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Status of Github", "description": "This extension shows an icon for the current status of Github", "version": "0.0.7", "browser_action": { "default_icon": "images\/[email protected]" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [ "alarms", "https:\/\/www.githubstatus.com\/", "notifications" ] } |