Text-Spacing Editor

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

Apa itu Text-Spacing Editor?

Text-Spacing Editor adalah ekstensi Chrome yang dikembangkan oleh flora01hayes, dan fitur utamanya adalah "A tool for editing text spacing properties on web pages. WCAG conformance information included.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Text-Spacing Editor

Unduh file ekstensi Text-Spacing Editor dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Text-Spacing Editor Text-Spacing Editor
ID hgiacbohdkgnobadgihbamoccokjpcca
URL Resmi https://chromewebstore.google.com/detail/text-spacing-editor/hgiacbohdkgnobadgihbamoccokjpcca
Deskripsi A tool for editing text spacing properties on web pages. WCAG conformance information included.
Ukuran File 9.64 KB
Jumlah Instalasi 26
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2023-06-30
Tanggal Publikasi 2023-06-29
Penilaian 5.00/5 Total 2 Penilaian
Pengembang flora01hayes
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://sites.google.com/view/extensions-privacy
Bahasa yang Didukung 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"
    }
}