github.monkeypatch.pullrequests
Keep track of pull requests you've viewed, approved, or rejected.
github.monkeypatch.pullrequests क्या है?
github.monkeypatch.pullrequests steven.m.wexler द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Keep track of pull requests you've viewed, approved, or rejected."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में github.monkeypatch.pullrequests एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Keep track of pull requests you've viewed, approved, or rejected. Approve a pull request by writing a comment with a thumbs up icon (:+1:) in the pull request conversation. Reject a pull request by writing a comment with a thumbs down icon (:-1:) in the pull request conversation. Pull requests you've viewed, approved, or rejected are indicated by green, red, or yellow respectively. The thumbs up / thumbs down icons represent how many people have approved / rejected a pull request. Pull requests with commits you haven't seen are indicated with a "New Commits" annotation. GitHub: https://github.com/steaks/githubpullrequestsmanager
एक्सटेंशन की मूल जानकारी
नाम | github.monkeypatch.pullrequests |
ID | khfpfmfiapjcfacafgjcigimaaakilen |
आधिकारिक URL | https://chromewebstore.google.com/detail/githubmonkeypatchpullrequ/khfpfmfiapjcfacafgjcigimaaakilen |
विवरण | Keep track of pull requests you've viewed, approved, or rejected. |
फ़ाइल का आकार | 1.27 MB |
स्थापना संख्या | 31 |
वर्तमान संस्करण | 1.7.5 |
अंतिम अपडेट | 2015-06-27 |
प्रकाशन तिथि | 2015-06-27 |
डेवलपर | steven.m.wexler |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "github.monkeypatch.pullrequests", "description": "Keep track of pull requests you've viewed, approved, or rejected.", "version": "1.7.5", "icons": { "128": "codeducky_partial_logo_128x128.png" }, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*", "https:\/\/www.platform.githubenhancements.com\/*" ], "js": [ "jquery-1.11.1.min.js", "jquery.visible.js", "lodash.js", "angular.js", "jquery.hotkeys.js", "jquery.scrollTo.js", "GitHubPullRequestStatus.js" ], "css": [ "GitHubPullRequestStatus.css" ] } ], "background": { "scripts": [ "jquery-1.11.1.min.js", "GitHubPullRequestStatusBackground.js" ], "persistent": false } } |