GitHub Issue Creator

Create GitHub issues with your original template.

O que é GitHub Issue Creator?

GitHub Issue Creator é uma extensão do Chrome desenvolvida por ohbarye (Masato Ohba), e sua principal característica é "Create GitHub issues with your original template.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão GitHub Issue Creator

Baixe arquivos de extensão GitHub Issue Creator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome GitHub Issue Creator GitHub Issue Creator
ID ipcmolflhncmlldbkfilbpfopabooila
URL Oficial https://chrome.google.com/webstore/detail/github-issue-creator/ipcmolflhncmlldbkfilbpfopabooila
Descrição Create GitHub issues with your original template.
Tamanho do Arquivo 129 KB
Contagem de Instalações 20
Versão Atual 0.1.2
Última Atualização 2015-10-26
Data de Publicação 2015-10-26
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor ohbarye (Masato Ohba)
Tipo de Pagamento free
Site da Extensão https://github.com/ohbarye/issue-creator
URL da Página de Ajuda https://github.com/ohbarye/issue-creator/issues/new?title=Question%20about%20Issue%20Creator
Idiomas Suportados 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'"
}