Text-Spacing Editor

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

什麼是Text-Spacing Editor?

Text-Spacing Editor是由flora01hayes開發的Chrome擴展程式,該擴展的主要功能是“A tool for editing text spacing properties on web pages. WCAG conformance information included.”。

擴展截圖

screenshot

下載Text-Spacing Editor擴展crx文件

下載Text-Spacing Editor擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
隱私政策頁面URL 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"
    }
}