45to75
Character counter for helping to optimize line length (measure) between 45 and 75 characters.
O que é 45to75?
45to75 é uma extensão do Chrome desenvolvida por abbwebdev, e sua principal característica é "Character counter for helping to optimize line length (measure) between 45 and 75 characters.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão 45to75
Baixe arquivos de extensão 45to75 no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | 45to75 |
ID | efmppndinjbljeellfdkpghgblenbcdd |
URL Oficial | https://chromewebstore.google.com/detail/45to75/efmppndinjbljeellfdkpghgblenbcdd |
Descrição | Character counter for helping to optimize line length (measure) between 45 and 75 characters. |
Tamanho do Arquivo | 5.22 KB |
Contagem de Instalações | 1,940 |
Versão Atual | 0.0.3 |
Última Atualização | 2014-08-22 |
Data de Publicação | 2014-08-22 |
Classificação | 4.67/5 Total de 6 Avaliações |
Desenvolvedor | abbwebdev |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } ] } |