WIP Pull Request Unhighlignter for GitHub
Unhighlignt WIP, DO NOT MERGE pull requests on GitHub.
WIP Pull Request Unhighlignter for GitHub क्या है?
WIP Pull Request Unhighlignter for GitHub Kensuke Nagae द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Unhighlignt WIP, DO NOT MERGE pull requests on GitHub."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में WIP Pull Request Unhighlignter for GitHub एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Demo page: https://github.com/kyanny/chrome-ext-wip-pull-request-unhighlighter-for-github/pulls (visit this page after install this extension) Git Logo by Jason Long is licensed under the Creative Commons Attribution 3.0 Unported License. http://creativecommons.org/licenses/by/3.0/
एक्सटेंशन की मूल जानकारी
नाम | WIP Pull Request Unhighlignter for GitHub |
ID | plebohahijhmebohbcifnaccfkjdgppe |
आधिकारिक URL | https://chromewebstore.google.com/detail/wip-pull-request-unhighli/plebohahijhmebohbcifnaccfkjdgppe |
विवरण | Unhighlignt WIP, DO NOT MERGE pull requests on GitHub. |
फ़ाइल का आकार | 823 KB |
स्थापना संख्या | 83 |
वर्तमान संस्करण | 2.3.0 |
अंतिम अपडेट | 2019-08-07 |
प्रकाशन तिथि | 2019-08-06 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | Kensuke Nagae |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/kyanny/chrome-ext-wip-pull-request-unhighlighter-for-github |
सहायता पृष्ठ URL | https://github.com/kyanny/chrome-ext-wip-pull-request-unhighlighter-for-github/issues |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WIP Pull Request Unhighlignter for GitHub", "version": "2.3.0", "manifest_version": 2, "description": "Unhighlignt WIP, DO NOT MERGE pull requests on GitHub.", "permissions": [ "storage" ], "options_page": "options\/options.html", "content_scripts": [ { "matches": [ "https:\/\/github.com\/*\/pulls*", "https:\/\/github.com\/pulls*" ], "js": [ "app.js" ] } ], "icons": { "128": "assets\/icon.png" } } |