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"
        }
    ]
}  |  |