NotHub
Notification client for GitHub.
NotHub क्या है?
NotHub Ryunosuke Sato द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Notification client for GitHub."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में NotHub एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Have you ever had a problem that you no longer watch GitHub timeline cause of too many following users and watching repositories? If so, how about to try NotHub? NotHub provides you to notify only events that you are just interested. Furthermore, you can take notifications in realtime. You can have a list different from GitHub. NotHub helps you to enjoy social coding more comfortably!
एक्सटेंशन की मूल जानकारी
नाम | NotHub |
ID | diioicfkgfbdhpdehliknpmmibenccno |
आधिकारिक URL | https://chromewebstore.google.com/detail/nothub/diioicfkgfbdhpdehliknpmmibenccno |
विवरण | Notification client for GitHub. |
फ़ाइल का आकार | 279 KB |
स्थापना संख्या | 50 |
वर्तमान संस्करण | 0.4.12 |
अंतिम अपडेट | 2017-08-22 |
प्रकाशन तिथि | 2017-08-22 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | Ryunosuke Sato |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://nothub.org |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NotHub", "description": "Notification client for GitHub.", "version": "0.4.12", "manifest_version": 2, "icons": { "128": "images\/logo-128.png", "48": "images\/logo-48.png", "16": "images\/logo.png" }, "background": { "page": "dist\/background_page.html" }, "options_page": "dist\/options_page.html", "permissions": [ "notifications", "http:\/\/stream.nothub.org:4000\/", "https:\/\/api.github.com\/", "https:\/\/github.com\/" ], "browser_action": { "default_icon": "images\/logo.png", "default_title": "Setup your following list!", "default_popup": "dist\/popup.html" } } |