Text-Spacing Editor
A tool for editing text spacing properties on web pages. WCAG conformance information included.
Text-Spacing Editorคืออะไร?
Text-Spacing Editor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย flora01hayes และคุณลักษณะหลักของมันคือ "A tool for editing text spacing properties on web pages. WCAG conformance information included."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Text-Spacing Editor
ดาวน์โหลดไฟล์ส่วนขยาย Text-Spacing Editor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension allows you to set custom values for the following text spacing properties: Line height-letter spacing-word spacing- and paragraph spacing.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Text-Spacing Editor |
ID | hgiacbohdkgnobadgihbamoccokjpcca |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/text-spacing-editor/hgiacbohdkgnobadgihbamoccokjpcca |
คำอธิบาย | A tool for editing text spacing properties on web pages. WCAG conformance information included. |
ขนาดไฟล์ | 9.64 KB |
จำนวนการติดตั้ง | 26 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2023-06-30 |
วันที่เผยแพร่ | 2023-06-29 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | flora01hayes |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://sites.google.com/view/extensions-privacy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Text-Spacing Editor", "version": "1.0.0", "description": "A tool for editing text spacing properties on web pages. WCAG conformance information included.", "manifest_version": 3, "permissions": [ "storage", "activeTab", "scripting" ], "action": { "default_popup": "index.html", "default_title": "Text Spacing Editor" }, "icons": { "128": "icon.png" }, "commands": { "_execute_action": { "suggested_key": "Ctrl+Shift+S", "description": "Show or hide the extension window" }, "toggle": { "suggested_key": { "windows": "Ctrl+Shift+X", "mac": "Command+Shift+X", "chromeos": "Ctrl+Shift+X", "linux": "Ctrl+Shift+X" }, "description": "Enable or disable text spacing properties." } }, "background": { "service_worker": "background.js" } } |