Text-Spacing Editor
A tool for editing text spacing properties on web pages. WCAG conformance information included.
Cos'è Text-Spacing Editor?
Text-Spacing Editor è un'estensione di Chrome sviluppata da flora01hayes, e la sua funzione principale è "A tool for editing text spacing properties on web pages. WCAG conformance information included.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Text-Spacing Editor
Scarica i file di estensione Text-Spacing Editor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension allows you to set custom values for the following text spacing properties: Line height-letter spacing-word spacing- and paragraph spacing. Informazioni di Base sull'Estensione
| Nome | |
| ID | hgiacbohdkgnobadgihbamoccokjpcca |
| URL Ufficiale | https://chromewebstore.google.com/detail/text-spacing-editor/hgiacbohdkgnobadgihbamoccokjpcca |
| Descrizione | A tool for editing text spacing properties on web pages. WCAG conformance information included. |
| Dimensione del File | 9.64 KB |
| Conteggio Installazioni | 26 |
| Versione Corrente | 1.0.0 |
| Ultimo Aggiornamento | 2023-06-30 |
| Data di Pubblicazione | 2023-06-29 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | flora01hayes |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina della Politica sulla Privacy | https://sites.google.com/view/extensions-privacy |
| Lingue Supportate | 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"
}
} | |