GitHub Enhancement Suite
A set of tools to enhance the GitHub experience.
GitHub Enhancement Suite क्या है?
GitHub Enhancement Suite DTwigs द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A set of tools to enhance the GitHub experience."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में GitHub Enhancement Suite एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The GitHub Enhancement Suite improves your GitHub experience. Tools: File Filter: Filter your github files by file type when viewing code changes. Commit Compare: a small "down arrow" icon next to each commit in a PR allowing you to compare that commit to the latest commit in that PR. Source Code: https://github.com/DTwigs/FilterDiff
एक्सटेंशन की मूल जानकारी
नाम | GitHub Enhancement Suite |
ID | eiehflbilhldhfbnolbnggcapbjmnpmo |
आधिकारिक URL | https://chromewebstore.google.com/detail/github-enhancement-suite/eiehflbilhldhfbnolbnggcapbjmnpmo |
विवरण | A set of tools to enhance the GitHub experience. |
फ़ाइल का आकार | 56.24 KB |
स्थापना संख्या | 260 |
वर्तमान संस्करण | 0.4 |
अंतिम अपडेट | 2014-02-22 |
प्रकाशन तिथि | 2014-02-21 |
रेटिंग | 2.00/5 कुल 1 रेटिंग्स |
डेवलपर | DTwigs |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GitHub Enhancement Suite", "version": "0.4", "manifest_version": 2, "description": "A set of tools to enhance the GitHub experience.", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "name": "Initialize GitHub Enhancement Suite", "default_icon": "images\/icon128.png" }, "web_accessible_resources": [ "images\/icon.png" ], "content_scripts": [ { "js": [ "jquery.min.js", "background.js" ], "css": [ "mystyles.css" ], "matches": [ "http:\/\/github.com\/*", "https:\/\/github.com\/*" ] } ] } |