Text-Spacing Editor

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

Wat is Text-Spacing Editor?

Text-Spacing Editor is een Chrome-extensie ontwikkeld door flora01hayes, en de belangrijkste functie is "A tool for editing text spacing properties on web pages. WCAG conformance information included.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Text-Spacing Editor

Download Text-Spacing Editor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Text-Spacing Editor Text-Spacing Editor
ID hgiacbohdkgnobadgihbamoccokjpcca
Officiële URL https://chromewebstore.google.com/detail/text-spacing-editor/hgiacbohdkgnobadgihbamoccokjpcca
Beschrijving A tool for editing text spacing properties on web pages. WCAG conformance information included.
Bestandsgrootte 9.64 KB
Aantal Installaties 26
Huidige Versie 1.0.0
Laatst Bijgewerkt 2023-06-30
Publicatiedatum 2023-06-29
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar flora01hayes
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://sites.google.com/view/extensions-privacy
Ondersteunde Talen 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"
    }
}