Text-Spacing Editor
A tool for editing text spacing properties on web pages. WCAG conformance information included.
Co to jest Text-Spacing Editor?
Text-Spacing Editor to rozszerzenie Chrome opracowane przez flora01hayes, a jego główną funkcją jest „A tool for editing text spacing properties on web pages. WCAG conformance information included.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Text-Spacing Editor
Pobierz pliki rozszerzeń Text-Spacing Editor w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This extension allows you to set custom values for the following text spacing properties: Line height-letter spacing-word spacing- and paragraph spacing. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | hgiacbohdkgnobadgihbamoccokjpcca |
| Oficjalny URL | https://chromewebstore.google.com/detail/text-spacing-editor/hgiacbohdkgnobadgihbamoccokjpcca |
| Opis | A tool for editing text spacing properties on web pages. WCAG conformance information included. |
| Rozmiar pliku | 9.64 KB |
| Liczba instalacji | 26 |
| Aktualna Wersja | 1.0.0 |
| Ostatnia Aktualizacja | 2023-06-30 |
| Data Publikacji | 2023-06-29 |
| Ocena | 5.00/5 Łącznie 2 Oceny |
| Deweloper | flora01hayes |
| [email protected] | |
| Typ Płatności | free |
| Adres URL Strony Polityki Prywatności | https://sites.google.com/view/extensions-privacy |
| Obsługiwane Języki | 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"
}
} | |