45to75
Character counter for helping to optimize line length (measure) between 45 and 75 characters.
Qu'est-ce que 45to75 ?
45to75 est une extension Chrome développée par abbwebdev, et sa fonction principale est "Character counter for helping to optimize line length (measure) between 45 and 75 characters.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension 45to75
Téléchargez les fichiers d'extension 45to75 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | 45to75 |
ID | efmppndinjbljeellfdkpghgblenbcdd |
URL Officiel | https://chromewebstore.google.com/detail/45to75/efmppndinjbljeellfdkpghgblenbcdd |
Description | Character counter for helping to optimize line length (measure) between 45 and 75 characters. |
Taille du Fichier | 5.22 KB |
Nombre d'Installations | 1,940 |
Version Actuelle | 0.0.3 |
Dernière Mise à Jour | 2014-08-22 |
Date de Publication | 2014-08-22 |
Évaluation | 4.67/5 Total 6 Évaluations |
Développeur | abbwebdev |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |