GitHub Issue Creator
Create GitHub issues with your original template.
GitHub Issue Creator là gì?
GitHub Issue Creator là một tiện ích mở rộng Chrome được phát triển bởi ohbarye (Masato Ohba), và tính năng chính của nó là "Create GitHub issues with your original template.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng GitHub Issue Creator
Tải xuống các tệp mở rộng GitHub Issue Creator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ipcmolflhncmlldbkfilbpfopabooila |
URL Chính Thức | https://chrome.google.com/webstore/detail/github-issue-creator/ipcmolflhncmlldbkfilbpfopabooila |
Mô tả | Create GitHub issues with your original template. |
Kích Thước Tệp | 129 KB |
Số Lần Cài Đặt | 20 |
Phiên Bản Hiện Tại | 0.1.2 |
Cập Nhật Lần Cuối | 2015-10-26 |
Ngày Phát Hành | 2015-10-26 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | ohbarye (Masato Ohba) |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/ohbarye/issue-creator |
URL Trang Trợ Giúp | https://github.com/ohbarye/issue-creator/issues/new?title=Question%20about%20Issue%20Creator |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |