Breakpoint Sharer
a breakpoint sharer
Breakpoint Sharerคืออะไร?
Breakpoint Sharer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://colla.me และคุณลักษณะหลักของมันคือ "a breakpoint sharer"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Breakpoint Sharer
ดาวน์โหลดไฟล์ส่วนขยาย Breakpoint Sharer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
breakpoint sharer let you export/import debugging breakpoints from chome.
It is not a replacement of chrome devtools, but only useful (maybe?) when you want to share your breakpoints for coding learning/explaining. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | hkbgnljbklddbfmkmeaoolmdflbbofmi |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/breakpoint-sharer/hkbgnljbklddbfmkmeaoolmdflbbofmi |
| คำอธิบาย | a breakpoint sharer |
| ขนาดไฟล์ | 288 KB |
| จำนวนการติดตั้ง | 106 |
| เวอร์ชันปัจจุบัน | 0.3 |
| อัปเดตครั้งล่าสุด | 2019-03-08 |
| วันที่เผยแพร่ | 2019-03-08 |
| คะแนน | 4.00/5 รวมทั้งหมด 3 คะแนน |
| ผู้พัฒนา | https://colla.me |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://sunderls.github.io/breakpoint-sharer/ |
| URL หน้าช่วยเหลือ | https://github.com/sunderls/breakpoint-sharer |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Breakpoint Sharer",
"description": "a breakpoint sharer",
"version": "0.3",
"permissions": [
"debugger",
"tabs"
],
"background": {
"scripts": [
"js\/dist\/bg.js"
]
},
"browser_action": {
"default_icon": "icon.png",
"default_title": "Breakpoint Sharer"
},
"manifest_version": 2
} | |