GitHub Issue Creator
Create GitHub issues with your original template.
Qu'est-ce que GitHub Issue Creator ?
GitHub Issue Creator est une extension Chrome développée par ohbarye (Masato Ohba), et sa fonction principale est "Create GitHub issues with your original template.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension GitHub Issue Creator
Téléchargez les fichiers d'extension GitHub Issue Creator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | ipcmolflhncmlldbkfilbpfopabooila |
URL Officiel | https://chrome.google.com/webstore/detail/github-issue-creator/ipcmolflhncmlldbkfilbpfopabooila |
Description | Create GitHub issues with your original template. |
Taille du Fichier | 129 KB |
Nombre d'Installations | 20 |
Version Actuelle | 0.1.2 |
Dernière Mise à Jour | 2015-10-26 |
Date de Publication | 2015-10-26 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | ohbarye (Masato Ohba) |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/ohbarye/issue-creator |
URL de la Page d'Aide | https://github.com/ohbarye/issue-creator/issues/new?title=Question%20about%20Issue%20Creator |
Langues Prises en Charge | 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'" } |