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.”。
擴展截圖
下載GitHub Issue Creator擴展crx文件
下載GitHub Issue Creator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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'" } |