Text-Spacing Editor
A tool for editing text spacing properties on web pages. WCAG conformance information included.
Text-Spacing Editor là gì?
Text-Spacing Editor là một tiện ích mở rộng Chrome được phát triển bởi flora01hayes, và tính năng chính của nó là "A tool for editing text spacing properties on web pages. WCAG conformance information included.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Text-Spacing Editor
Tải xuống các tệp mở rộng Text-Spacing Editor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
This extension allows you to set custom values for the following text spacing properties: Line height-letter spacing-word spacing- and paragraph spacing.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Text-Spacing Editor |
ID | hgiacbohdkgnobadgihbamoccokjpcca |
URL Chính Thức | https://chromewebstore.google.com/detail/text-spacing-editor/hgiacbohdkgnobadgihbamoccokjpcca |
Mô tả | A tool for editing text spacing properties on web pages. WCAG conformance information included. |
Kích Thước Tệp | 9.64 KB |
Số Lần Cài Đặt | 26 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2023-06-30 |
Ngày Phát Hành | 2023-06-29 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | flora01hayes |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://sites.google.com/view/extensions-privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |