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 | 
| 官方網址 | 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"
        }
    ]
}  |  |