Text-Spacing Editor
A tool for editing text spacing properties on web pages. WCAG conformance information included.
Was ist Text-Spacing Editor?
Text-Spacing Editor ist eine Chrome-Erweiterung, die von flora01hayes entwickelt wurde, und ihr Hauptmerkmal ist "A tool for editing text spacing properties on web pages. WCAG conformance information included.".
Erweiterungsscreenshots
Text-Spacing Editor-Erweiterungs-CRX-Datei herunterladen
Laden Sie Text-Spacing Editor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension allows you to set custom values for the following text spacing properties: Line height-letter spacing-word spacing- and paragraph spacing. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | hgiacbohdkgnobadgihbamoccokjpcca |
| Offizielle URL | https://chromewebstore.google.com/detail/text-spacing-editor/hgiacbohdkgnobadgihbamoccokjpcca |
| Beschreibung | A tool for editing text spacing properties on web pages. WCAG conformance information included. |
| Dateigröße | 9.64 KB |
| Installationsanzahl | 26 |
| Aktuelle Version | 1.0.0 |
| Letztes Update | 2023-06-30 |
| Veröffentlichungsdatum | 2023-06-29 |
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
| Entwickler | flora01hayes |
| [email protected] | |
| Zahlungsart | free |
| URL der Datenschutzrichtlinien-Seite | https://sites.google.com/view/extensions-privacy |
| Unterstützte Sprachen | 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"
}
} | |