pr-template
pr-template
什么是pr-template?
pr-template是由inhwan开发的Chrome扩展程序,该扩展的主要功能是“pr-template”。
扩展截图
下载pr-template扩展crx文件
下载pr-template扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
SKP 개발혁신팀 bitbucket용 플러그인입니다.
1. 풀리퀘스트 생성 시 템플릿 자동완성
2. 코드 블럭 하단에 카피 버튼 자동생성
기능을 제공하며 차후 추가 예정입니다. 扩展基本信息
| 名称 | |
| ID | cgiehjgnkmjghgjhpehgkknhmoaphimh |
| 官方URL | https://chromewebstore.google.com/detail/pr-template/cgiehjgnkmjghgjhpehgkknhmoaphimh |
| 简介 | pr-template |
| 文件大小 | 175 KB |
| 安装次数 | 54 |
| 当前版本 | 1.2 |
| 更新时间 | 2017-07-10 |
| 上架时间 | 2017-07-09 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | inhwan |
| 付费类型 | free |
| 支持的语言 | ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "pr-template",
"description": "pr-template",
"version": "1.2",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html",
"default_title": "pr-template"
},
"permissions": [
"activeTab",
"https:\/\/bitbucket.skplanet.com\/*"
],
"content_scripts": [
{
"matches": [
"http:\/\/bitbucket.skplanet.com\/*"
],
"js": [
"script.js"
],
"css": [
"script.css"
],
"run_at": "document_end"
}
]
} | |