GitHub-Diff-Whitespace
Adds a button to GitHub diff views which toggles whitespace (a la `git diff --ignore-all-space`)
GitHub-Diff-Whitespace क्या है?
GitHub-Diff-Whitespace jasonkarns द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds a button to GitHub diff views which toggles whitespace (a la `git diff --ignore-all-space`)"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में GitHub-Diff-Whitespace एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Provide a UI button to toggle whitespace in GitHub diffs.
एक्सटेंशन की मूल जानकारी
नाम | GitHub-Diff-Whitespace |
ID | lhbcdehjihmbiafeodkfnbndleijnnhp |
आधिकारिक URL | https://chromewebstore.google.com/detail/github-diff-whitespace/lhbcdehjihmbiafeodkfnbndleijnnhp |
विवरण | Adds a button to GitHub diff views which toggles whitespace (a la `git diff --ignore-all-space`) |
फ़ाइल का आकार | 5.42 KB |
स्थापना संख्या | 135 |
वर्तमान संस्करण | 1.3.2 |
अंतिम अपडेट | 2015-09-14 |
प्रकाशन तिथि | 2015-09-14 |
रेटिंग | 3.57/5 कुल 7 रेटिंग्स |
डेवलपर | jasonkarns |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/jasonkarns/userscripts/tree/master/github-diff-whitespace |
सहायता पृष्ठ URL | https://github.com/jasonkarns/userscripts/tree/master/github-diff-whitespace |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GitHub-Diff-Whitespace", "version": "1.3.2", "manifest_version": 2, "description": "Adds a button to GitHub diff views which toggles whitespace (a la `git diff --ignore-all-space`)", "icons": { "128": "icon.png" }, "content_scripts": [ { "js": [ "github-diff-whitespace.js" ], "matches": [ "https:\/\/github.com\/*\/commit\/*", "https:\/\/github.com\/*\/compare\/*", "https:\/\/github.com\/*\/pull\/*" ] } ] } |