pr-template
pr-template
pr-templateคืออะไร?
pr-template เป็นส่วนขยายของ Chrome ที่พัฒนาโดย inhwan และคุณลักษณะหลักของมันคือ "pr-template"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย pr-template
ดาวน์โหลดไฟล์ส่วนขยาย 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"
}
]
} | |