Text-Spacing Editor
A tool for editing text spacing properties on web pages. WCAG conformance information included.
Τι είναι το Text-Spacing Editor;
Το Text-Spacing Editor είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον flora01hayes, και η κύρια λειτουργία του είναι "A tool for editing text spacing properties on web pages. WCAG conformance information included.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Text-Spacing Editor
Λήψη αρχείων επέκτασης 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"
}
} | |