Box Borders
Adds Red Borders to all Boxes on the Page
Box Bordersคืออะไร?
Box Borders เป็นส่วนขยายของ Chrome ที่พัฒนาโดย davidnbooth และคุณลักษณะหลักของมันคือ "Adds Red Borders to all Boxes on the Page"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Box Borders
ดาวน์โหลดไฟล์ส่วนขยาย Box Borders ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Adds red borders to all of the elements on the page. Useful for web development and debugging the layout of your page.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Box Borders |
ID | fjdkmkjlnhchckdbmdfbhkofmjdkhfig |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/box-borders/fjdkmkjlnhchckdbmdfbhkofmjdkhfig |
คำอธิบาย | Adds Red Borders to all Boxes on the Page |
ขนาดไฟล์ | 7.91 KB |
จำนวนการติดตั้ง | 67 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2021-03-30 |
วันที่เผยแพร่ | 2021-03-30 |
ผู้พัฒนา | davidnbooth |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Box Borders", "description": "Adds Red Borders to all Boxes on the Page", "version": "1.0", "manifest_version": 3, "permissions": [ "activeTab", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" } }, "icons": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" } } |