Word Wrap Checker
This extension can help you check HTML blocks for issues with long words, phrases, or big images.
Word Wrap Checkerคืออะไร?
Word Wrap Checker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nikolai Belikov และคุณลักษณะหลักของมันคือ "This extension can help you check HTML blocks for issues with long words, phrases, or big images."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Word Wrap Checker
ดาวน์โหลดไฟล์ส่วนขยาย Word Wrap Checker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
1. Open any website. 2. Click on the extension's button. 3. Adjust the parameters and click on the "Check" button. To reset all changes, refresh the page.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Word Wrap Checker |
ID | gjkiifeaanbafelffgfpdkhbcekmlcad |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/word-wrap-checker/gjkiifeaanbafelffgfpdkhbcekmlcad |
คำอธิบาย | This extension can help you check HTML blocks for issues with long words, phrases, or big images. |
ขนาดไฟล์ | 29.33 KB |
จำนวนการติดตั้ง | 43 |
เวอร์ชันปัจจุบัน | 2.2.1 |
อัปเดตครั้งล่าสุด | 2023-07-02 |
วันที่เผยแพร่ | 2019-04-22 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Nikolai Belikov |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/nikbelikov/word-wrap-checker |
URL หน้าช่วยเหลือ | https://github.com/nikbelikov/word-wrap-checker |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Word Wrap Checker", "version": "2.2.1", "description": "This extension can help you check HTML blocks for issues with long words, phrases, or big images.", "permissions": [ "activeTab", "scripting" ], "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "action": { "default_title": "Word Wrap Checker", "default_icon": "icon.png", "default_popup": "popup.html" } } |