Text Spacing Editor

A tool for editing text spacing properties on web pages. WCAG conformance information included.

Text Spacing Editorคืออะไร?

Text Spacing Editor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Actum, s.r.o. และคุณลักษณะหลักของมันคือ "A tool for editing text spacing properties on web pages. WCAG conformance information included."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ 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.

You can use it also as a way of testing the WCAG success criterion 1.4.12 - Text Spacing.

**Features**

- Ability to adjust text spacing properties on web pages.
- Multiple ways to adjust properties - a preset, a slider, and increase/decrease buttons (with the long-press event).
- Full keyboard support and screen reader support.
- Support for light mode, dark mode, high contrast mode, and reduced motion mode.
- Customizable keyboard shortcut to toggle custom text spacing properties on and off.
- Localized (EN, CZ, DE, IT, HI, FR, PT_BR, PT_PT, ES, RU, UK, SK).
- Instructions on how to use the extension.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Text Spacing Editor Text Spacing Editor
ID amnelgbfbdlfjeaobejkfmjjnmeddaoj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/text-spacing-editor/amnelgbfbdlfjeaobejkfmjjnmeddaoj
คำอธิบาย A tool for editing text spacing properties on web pages. WCAG conformance information included.
ขนาดไฟล์ 93.6 KB
จำนวนการติดตั้ง 2,120
เวอร์ชันปัจจุบัน 2.1.0
อัปเดตครั้งล่าสุด 2023-12-14
วันที่เผยแพร่ 2023-02-22
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Actum, s.r.o.
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/actum/text-spacing-editor
URL หน้านโยบายความเป็นส่วนตัว https://actumdigital.com/-/jssmedia/Files/Text-Spacing-Editor-Terms-and-Conditions
ภาษาที่รองรับ de,en,fr,es,it,pt-BR,pt-PT,sk,cs,ru,uk,hi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.6c567d50.png",
        "32": "icon32.plasmo.76b92899.png",
        "48": "icon48.plasmo.aced7582.png",
        "64": "icon64.plasmo.8bb5e6e0.png",
        "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.6c567d50.png",
            "32": "icon32.plasmo.76b92899.png",
            "48": "icon48.plasmo.aced7582.png",
            "64": "icon64.plasmo.8bb5e6e0.png",
            "128": "icon128.plasmo.3c1ed2d2.png"
        },
        "default_popup": "popup.html"
    },
    "version": "2.1.0",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "background": {
        "service_worker": "background.93e42914.js"
    },
    "permissions": [
        "storage",
        "scripting"
    ],
    "default_locale": "en",
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "commands": {
        "toggle": {
            "suggested_key": {
                "windows": "Ctrl+Shift+F",
                "mac": "Command+Shift+F",
                "chromeos": "Ctrl+Shift+F",
                "linux": "Ctrl+Shift+F"
            },
            "description": "__MSG_toggleCommand__"
        }
    }
}