Text-Spacing Editor
A tool for editing text spacing properties on web pages. WCAG conformance information included.
Text-Spacing Editor क्या है?
Text-Spacing Editor flora01hayes द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A tool for editing text spacing properties on web pages. WCAG conformance information included."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Text-Spacing Editor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } } |