GitHub Issue Creator
Create GitHub issues with your original template.
GitHub Issue Creator क्या है?
GitHub Issue Creator ohbarye (Masato Ohba) द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Create GitHub issues with your original template."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में GitHub Issue Creator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
If you create GitHub issues with tired boilerplate everyday, you had better try "Issue Creator". With this extension, you do not have to write usual template in your issue. Because this enable you to save issue template and to start writing issue with saved template from any location by clicking popup. [Repository Information] You can save multiple repositories which you want to create issues. [Issue Template] You can save single template. (Sorry about it, I'm developing new feature for multiple templates!) Template has the five attributes below. - Title - Body - Labels - Milestone - Assignee Note: Editing Labels, Milestone, and Assignee is allowed to only collaborators.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ipcmolflhncmlldbkfilbpfopabooila |
आधिकारिक URL | https://chrome.google.com/webstore/detail/github-issue-creator/ipcmolflhncmlldbkfilbpfopabooila |
विवरण | Create GitHub issues with your original template. |
फ़ाइल का आकार | 129 KB |
स्थापना संख्या | 20 |
वर्तमान संस्करण | 0.1.2 |
अंतिम अपडेट | 2015-10-26 |
प्रकाशन तिथि | 2015-10-26 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | ohbarye (Masato Ohba) |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/ohbarye/issue-creator |
सहायता पृष्ठ URL | https://github.com/ohbarye/issue-creator/issues/new?title=Question%20about%20Issue%20Creator |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GitHub Issue Creator", "description": "Create GitHub issues with your original template.", "version": "0.1.2", "author": "ohbarye", "icons": { "16": "images\/icon_16.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "browser_action": { "default_icon": { "19": "images\/icon_19.png", "38": "images\/icon_38.png" }, "default_title": "Create new Issue", "default_popup": "html\/popup.html" }, "options_page": "html\/options.html", "permissions": [ "tabs", "storage" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |