Text-Spacing Editor

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

Qu'est-ce que Text-Spacing Editor ?

Text-Spacing Editor est une extension Chrome développée par flora01hayes, et sa fonction principale est "A tool for editing text spacing properties on web pages. WCAG conformance information included.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Text-Spacing Editor

Téléchargez les fichiers d'extension Text-Spacing Editor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Text-Spacing Editor Text-Spacing Editor
ID hgiacbohdkgnobadgihbamoccokjpcca
URL Officiel https://chromewebstore.google.com/detail/text-spacing-editor/hgiacbohdkgnobadgihbamoccokjpcca
Description A tool for editing text spacing properties on web pages. WCAG conformance information included.
Taille du Fichier 9.64 KB
Nombre d'Installations 26
Version Actuelle 1.0.0
Dernière Mise à Jour 2023-06-30
Date de Publication 2023-06-29
Évaluation 5.00/5 Total 2 Évaluations
Développeur flora01hayes
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://sites.google.com/view/extensions-privacy
Langues Prises en Charge 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"
    }
}