Github Workflow
An extension that allows you to hide files in pull requests and adds highlighting for notifications.
Github Workflow क्या है?
Github Workflow Dean Silfen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension that allows you to hide files in pull requests and adds highlighting for notifications."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Github Workflow एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
An extension that makes using pull-requests for code reviews a more enjoyable experience! Features: * Ability to toggle files while reviewing code * Ability to navigate to full branches from PR view
एक्सटेंशन की मूल जानकारी
नाम | Github Workflow |
ID | oplmfbpmbheeolioggldagbjmjkecilg |
आधिकारिक URL | https://chromewebstore.google.com/detail/github-workflow/oplmfbpmbheeolioggldagbjmjkecilg |
विवरण | An extension that allows you to hide files in pull requests and adds highlighting for notifications. |
फ़ाइल का आकार | 48.75 KB |
स्थापना संख्या | 12 |
वर्तमान संस्करण | 2.2.2 |
अंतिम अपडेट | 2016-02-27 |
प्रकाशन तिथि | 2016-02-27 |
डेवलपर | Dean Silfen |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/djds23/github-notif-helper |
सहायता पृष्ठ URL | https://github.com/djds23/github-notif-helper/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Github Workflow", "version": "2.2.2", "description": "An extension that allows you to hide files in pull requests and adds highlighting for notifications.", "permissions": [ "https:\/\/github.com\/*", "storage" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "js": [ "app\/app.js" ] } ] } |