Prettier
Prettier all the things.
Prettierคืออะไร?
Prettier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://prettier.io และคุณลักษณะหลักของมันคือ "Prettier all the things."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Prettier
ดาวน์โหลดไฟล์ส่วนขยาย Prettier ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
For now only StackOverflow and GitHub. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | fbcfnmplppajblbmdehballiekfgdkhp |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/prettier/fbcfnmplppajblbmdehballiekfgdkhp |
| คำอธิบาย | Prettier all the things. |
| ขนาดไฟล์ | 3.79 MB |
| จำนวนการติดตั้ง | 1,087 |
| เวอร์ชันปัจจุบัน | 0.0.5 |
| อัปเดตครั้งล่าสุด | 2019-11-27 |
| วันที่เผยแพร่ | 2019-11-27 |
| คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
| ผู้พัฒนา | https://prettier.io |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://prettier.io |
| URL หน้าช่วยเหลือ | https://prettier.io |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Prettier",
"version": "0.0.5",
"manifest_version": 2,
"description": "Prettier all the things.",
"homepage_url": "https:\/\/prettier.io",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"options_ui": {
"page": "options.html",
"open_in_tab": false
},
"permissions": [
"storage"
],
"content_scripts": [
{
"matches": [
"https:\/\/stackoverflow.com\/*",
"https:\/\/github.com\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
]
} | |