GitHub Diff Whitespace Ignore Button
Adds an 'Ignore whitespace' button on any GitHub file diff page.
GitHub Diff Whitespace Ignore Button क्या है?
GitHub Diff Whitespace Ignore Button UsainBloot द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds an 'Ignore whitespace' button on any GitHub file diff page."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में GitHub Diff Whitespace Ignore Button एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Inserts an "Ignore Whitespace" button on file diff pages on GitHub
एक्सटेंशन की मूल जानकारी
नाम | GitHub Diff Whitespace Ignore Button |
ID | cndheldchmdkjjggoghiildfbolgpeka |
आधिकारिक URL | https://chromewebstore.google.com/detail/github-diff-whitespace-ig/cndheldchmdkjjggoghiildfbolgpeka |
विवरण | Adds an 'Ignore whitespace' button on any GitHub file diff page. |
फ़ाइल का आकार | 23.85 KB |
स्थापना संख्या | 25 |
वर्तमान संस्करण | 0.1.0 |
अंतिम अपडेट | 2016-10-07 |
प्रकाशन तिथि | 2016-10-07 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | UsainBloot |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/UsainBloot/github-whitespace-toggle |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GitHub Diff Whitespace Ignore Button", "version": "0.1.0", "manifest_version": 2, "description": "Adds an 'Ignore whitespace' button on any GitHub file diff page.", "homepage_url": "https:\/\/github.com\/UsainBloot\/github-whitespace-toggle", "background": { "scripts": [ "background.js" ], "persistent": true }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_title": "GitHub Diff Whitespace Ignore Button" }, "permissions": [ "https:\/\/*\/*", "http:\/\/*\/*", "tabs" ] } |