Git Well Soon
Because https://github.com/community/community/discussions/5486
Git Well Soon क्या है?
Git Well Soon chris.duflo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Because https://github.com/community/community/discussions/5486"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Git Well Soon एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Github: Persistent 'Hide whitespace changes' Setting When reviewing pull requests on enterprise or commercial github, there is an option to hide whitespace changes. This option is not persistent and has to be toggle each time a user reviews a pull request. The option can be toggled by adding a query parameter to the url. This extension knows when it is on a github pull request page and adds the query parameter to the url, effectively persisting the setting 'Hide whitespace changes'. - Using the `Hide whitespace` checkbox within Github will be honored for the current pull request or commit diff view.
एक्सटेंशन की मूल जानकारी
नाम | Git Well Soon |
ID | ehpeaofieafibmhiagianfjjblpnmbdo |
आधिकारिक URL | https://chromewebstore.google.com/detail/git-well-soon/ehpeaofieafibmhiagianfjjblpnmbdo |
विवरण | Because https://github.com/community/community/discussions/5486 |
फ़ाइल का आकार | 9.78 KB |
स्थापना संख्या | 194 |
वर्तमान संस्करण | 0.0.0.3 |
अंतिम अपडेट | 2023-01-28 |
प्रकाशन तिथि | 2022-11-03 |
रेटिंग | 4.00/5 कुल 1 रेटिंग्स |
डेवलपर | chris.duflo |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/cduflo/gitwellsoon |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Git Well Soon", "description": "Because https:\/\/github.com\/community\/community\/discussions\/5486", "version": "0.0.0.3", "manifest_version": 3, "icons": { "128": "assets\/128x128.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*\/pull\/*\/files*" ], "js": [ "content.js" ] } ], "permissions": [ "history", "scripting" ], "host_permissions": [ "*:\/\/*\/*\/pull\/*\/files*" ] } |