GitHub Issue Creator
Create GitHub issues with your original template.
Cos'è GitHub Issue Creator?
GitHub Issue Creator è un'estensione di Chrome sviluppata da ohbarye (Masato Ohba), e la sua funzione principale è "Create GitHub issues with your original template.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione GitHub Issue Creator
Scarica i file di estensione GitHub Issue Creator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | ipcmolflhncmlldbkfilbpfopabooila |
URL Ufficiale | https://chrome.google.com/webstore/detail/github-issue-creator/ipcmolflhncmlldbkfilbpfopabooila |
Descrizione | Create GitHub issues with your original template. |
Dimensione del File | 129 KB |
Conteggio Installazioni | 20 |
Versione Corrente | 0.1.2 |
Ultimo Aggiornamento | 2015-10-26 |
Data di Pubblicazione | 2015-10-26 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | ohbarye (Masato Ohba) |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/ohbarye/issue-creator |
URL della Pagina di Aiuto | https://github.com/ohbarye/issue-creator/issues/new?title=Question%20about%20Issue%20Creator |
Lingue Supportate | 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'" } |