front-dev
frontEnd assist tool 前端视觉还原辅助工具
front-devคืออะไร?
front-dev เป็นส่วนขยายของ Chrome ที่พัฒนาโดย panda.xiong และคุณลักษณะหลักของมันคือ "frontEnd assist tool 前端视觉还原辅助工具"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย front-dev
ดาวน์โหลดไฟล์ส่วนขยาย front-dev ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
前端开发视觉还原辅助工具,附有取色,参考线量取宽高和位置等功能。 ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | pagmlikibmgjedfjfliahpdpgimjjakh |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/front-dev/pagmlikibmgjedfjfliahpdpgimjjakh |
| คำอธิบาย | frontEnd assist tool 前端视觉还原辅助工具 |
| ขนาดไฟล์ | 13.06 KB |
| จำนวนการติดตั้ง | 24 |
| เวอร์ชันปัจจุบัน | 0.1.5 |
| อัปเดตครั้งล่าสุด | 2023-08-08 |
| วันที่เผยแพร่ | 2018-06-29 |
| ผู้พัฒนา | panda.xiong |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "front-dev",
"manifest_version": 2,
"version": "0.1.5",
"description": "frontEnd assist tool \u524d\u7aef\u89c6\u89c9\u8fd8\u539f\u8f85\u52a9\u5de5\u5177",
"content_scripts": [
{
"js": [
"main.js"
],
"matches": [
"*:\/\/*\/*",
"file:\/\/\/*"
]
}
],
"browser_action": {
"default_icon": "icon.png",
"default_title": "front-assist"
},
"background": {
"scripts": [
"background.js"
]
},
"icons": {
"48": "icon.png"
}
} | |