Text-Spacing Editor

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

ما هو Text-Spacing Editor؟

Text-Spacing Editor هو إضافة Chrome تم تطويرها بواسطة flora01hayes، والميزة الرئيسية لها هي "A tool for editing text spacing properties on web pages. WCAG conformance information included.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Text-Spacing Editor

قم بتنزيل ملفات الامتداد Text-Spacing Editor بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم Text-Spacing Editor Text-Spacing Editor
ID hgiacbohdkgnobadgihbamoccokjpcca
عنوان URL الرسمي https://chromewebstore.google.com/detail/text-spacing-editor/hgiacbohdkgnobadgihbamoccokjpcca
الوصف A tool for editing text spacing properties on web pages. WCAG conformance information included.
حجم الملف 9.64 KB
عدد التثبيتات 26
النسخة الحالية 1.0.0
آخر تحديث 2023-06-30
تاريخ النشر 2023-06-29
تقييم 5.00/5 مجموع تقييمات 2
المطور flora01hayes
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://sites.google.com/view/extensions-privacy
اللغات المدعومة 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"
    }
}