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.”。
扩展截图
下载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.                     扩展基本信息
| 名称 |   |  
| 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 | 
| 隐私政策页面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"
    }
}  |  |