Text-Spacing Editor

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

Hvad er Text-Spacing Editor?

Text-Spacing Editor er en Chrome-udvidelse udviklet af flora01hayes, og dens hovedfunktion er "A tool for editing text spacing properties on web pages. WCAG conformance information included.".

Udvidelsesskærmbilleder

screenshot

Download Text-Spacing Editor-udvidelses-CRX-fil

Download Text-Spacing Editor-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        This extension allows you to set custom values for the following text spacing properties: Line height-letter spacing-word spacing- and paragraph spacing.                    

Grundlæggende oplysninger om udvidelsen

Navn Text-Spacing Editor Text-Spacing Editor
ID hgiacbohdkgnobadgihbamoccokjpcca
Officiel URL https://chromewebstore.google.com/detail/text-spacing-editor/hgiacbohdkgnobadgihbamoccokjpcca
Beskrivelse A tool for editing text spacing properties on web pages. WCAG conformance information included.
Filstørrelse 9.64 KB
Antal Installationer 26
Nuværende Version 1.0.0
Senest Opdateret 2023-06-30
Udgivelsesdato 2023-06-29
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler flora01hayes
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://sites.google.com/view/extensions-privacy
Understøttede Sprog 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"
    }
}