Text-Spacing Editor
A tool for editing text spacing properties on web pages. WCAG conformance information included.
What is Text-Spacing Editor?
Text-Spacing Editor is a Chrome extension developed by flora01hayes, and its main feature is "A tool for editing text spacing properties on web pages. WCAG conformance information included.".
Extension Screenshots
Download Text-Spacing Editor Extension CRX File
Download Text-Spacing Editor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension allows you to set custom values for the following text spacing properties: Line height-letter spacing-word spacing- and paragraph spacing.
Extension Basic Information
Name | Text-Spacing Editor |
ID | hgiacbohdkgnobadgihbamoccokjpcca |
Official URL | https://chromewebstore.google.com/detail/text-spacing-editor/hgiacbohdkgnobadgihbamoccokjpcca |
Description | A tool for editing text spacing properties on web pages. WCAG conformance information included. |
File Size | 9.64 KB |
Installation Count | 26 |
Current Version | 1.0.0 |
Last Updated | 2023-06-30 |
Publish Date | 2023-06-29 |
Rating | 5.00/5 Total 2 Ratings |
Developer | flora01hayes |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://sites.google.com/view/extensions-privacy |
Supported Languages | 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" } } |