45to75
Character counter for helping to optimize line length (measure) between 45 and 75 characters.
Hvad er 45to75?
45to75 er en Chrome-udvidelse udviklet af abbwebdev, og dens hovedfunktion er "Character counter for helping to optimize line length (measure) between 45 and 75 characters.".
Udvidelsesskærmbilleder
Download 45to75-udvidelses-CRX-fil
Download 45to75-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | 45to75 |
ID | efmppndinjbljeellfdkpghgblenbcdd |
Officiel URL | https://chromewebstore.google.com/detail/45to75/efmppndinjbljeellfdkpghgblenbcdd |
Beskrivelse | Character counter for helping to optimize line length (measure) between 45 and 75 characters. |
Filstørrelse | 5.22 KB |
Antal Installationer | 1,940 |
Nuværende Version | 0.0.3 |
Senest Opdateret | 2014-08-22 |
Udgivelsesdato | 2014-08-22 |
Bedømmelse | 4.67/5 Samlet 6 Bedømmelser |
Udvikler | abbwebdev |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } ] } |