45to75
Character counter for helping to optimize line length (measure) between 45 and 75 characters.
Τι είναι το 45to75;
Το 45to75 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον abbwebdev, και η κύρια λειτουργία του είναι "Character counter for helping to optimize line length (measure) between 45 and 75 characters.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης 45to75
Λήψη αρχείων επέκτασης 45to75 σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Helps designers and developers ensure that text line lengths (measure) meet their standards. Each font and layout is unique, so it's up to the author to decide what measure works for their current situation, however a good "rule of thumb" is to keep the measure between 45 and 75 characters. This will ensure your text stays readable across the various situations in which it could be read. Highlight some text, right click, and view the character count right in the tooltip.
Βασικές Πληροφορίες Επέκτασης
Όνομα | 45to75 |
ID | efmppndinjbljeellfdkpghgblenbcdd |
Επίσημο URL | https://chromewebstore.google.com/detail/45to75/efmppndinjbljeellfdkpghgblenbcdd |
Περιγραφή | Character counter for helping to optimize line length (measure) between 45 and 75 characters. |
Μέγεθος Αρχείου | 5.22 KB |
Αριθμός Εγκαταστάσεων | 1,940 |
Τρέχουσα Έκδοση | 0.0.3 |
Τελευταία Ενημέρωση | 2014-08-22 |
Ημερομηνία Δημοσίευσης | 2014-08-22 |
Αξιολόγηση | 4.67/5 Συνολικά 6 Αξιολογήσεις |
Προγραμματιστής | abbwebdev |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.3", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "permissions": [ "contextMenus" ], "background": { "scripts": [ "scripts\/background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/content_script.js" ] } ] } |