GithubPulse
Chrome Extension to help you remember to contribute every day on Github
GithubPulse क्या है?
GithubPulse Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome Extension to help you remember to contribute every day on Github"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में GithubPulse एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Github Pulse is an app to help you keep your streaks, making a commit every day. It shows a graph of your last month commits and how long is your current streak. Its icon also turns red if you haven't commited today yet, and by the end of the afternoon it'll remember you once, in case you still haven't commited.
एक्सटेंशन की मूल जानकारी
नाम | GithubPulse |
ID | ppkickbgijieebbgfipephpafiiebapg |
आधिकारिक URL | https://chromewebstore.google.com/detail/githubpulse/ppkickbgijieebbgfipephpafiiebapg |
विवरण | Chrome Extension to help you remember to contribute every day on Github |
फ़ाइल का आकार | 524 KB |
स्थापना संख्या | 42 |
वर्तमान संस्करण | 0.3.7 |
अंतिम अपडेट | 2015-02-12 |
प्रकाशन तिथि | 2015-02-12 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | Unknown |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://tadeuzagallo.com/GithubPulse |
सहायता पृष्ठ URL | https://github.com/tadeuzagallo/GithubPulse/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GithubPulse", "description": "Chrome Extension to help you remember to contribute every day on Github", "version": "0.3.7", "background": { "scripts": [ "js\/update.js" ] }, "permissions": [ "management", "notifications", "storage", "alarms", "webRequest", "webRequestBlocking", "https:\/\/*\/" ], "icons": { "16": "images\/icons\/icon16.png", "32": "images\/icons\/icon32.png", "48": "images\/icons\/icon48.png", "128": "images\/icons\/icon128.png" }, "browser_action": { "default_icon": "images\/blue\/icon38.png", "default_popup": "front\/index.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |