45to75
Character counter for helping to optimize line length (measure) between 45 and 75 characters.
Co je 45to75?
45to75 je rozšíření Chrome vyvinuté abbwebdev, a jeho hlavní funkcí je „Character counter for helping to optimize line length (measure) between 45 and 75 characters.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření 45to75
Stáhněte si soubory rozšíření 45to75 ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | 45to75 |
ID | efmppndinjbljeellfdkpghgblenbcdd |
Oficiální URL | https://chromewebstore.google.com/detail/45to75/efmppndinjbljeellfdkpghgblenbcdd |
Popis | Character counter for helping to optimize line length (measure) between 45 and 75 characters. |
Velikost souboru | 5.22 KB |
Počet instalací | 1,940 |
Aktuální Verze | 0.0.3 |
Poslední Aktualizace | 2014-08-22 |
Datum Vydání | 2014-08-22 |
Hodnocení | 4.67/5 Celkem 6 Hodnocení |
Vývojář | abbwebdev |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } ] } |