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.
拡張機能の基本情報
名前 | 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 |
Eメール | [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" } } |