GitHub Issue Creator

Create GitHub issues with your original template.

GitHub Issue Creator란 무엇입니까?

GitHub Issue Creator은(는) ohbarye (Masato Ohba)에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Create GitHub issues with your original template."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

GitHub Issue Creator 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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.                    

확장 프로그램 기본 정보

이름 GitHub Issue Creator GitHub Issue Creator
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'"
}