45to75
Character counter for helping to optimize line length (measure) between 45 and 75 characters.
Wat is 45to75?
45to75 is een Chrome-extensie ontwikkeld door abbwebdev, en de belangrijkste functie is "Character counter for helping to optimize line length (measure) between 45 and 75 characters.".
Extensie Screenshots
Download het CRX-bestand van de extensie 45to75
Download 45to75-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | 45to75 |
ID | efmppndinjbljeellfdkpghgblenbcdd |
Officiële URL | https://chromewebstore.google.com/detail/45to75/efmppndinjbljeellfdkpghgblenbcdd |
Beschrijving | Character counter for helping to optimize line length (measure) between 45 and 75 characters. |
Bestandsgrootte | 5.22 KB |
Aantal Installaties | 1,940 |
Huidige Versie | 0.0.3 |
Laatst Bijgewerkt | 2014-08-22 |
Publicatiedatum | 2014-08-22 |
Beoordeling | 4.67/5 Totaal 6 Beoordelingen |
Ontwikkelaar | abbwebdev |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |