Increase root font
Increases the html font size in %
O que é Increase root font?
Increase root font é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Increases the html font size in %".
Baixar o arquivo CRX da Extensão Increase root font
Baixe arquivos de extensão Increase root font 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
Increases the html font size in % Will not work if website has not been styled with 'em', 'rem' or '%'
Informações Básicas da Extensão
Nome | Increase root font |
ID | galdhdhefbbcamfgciajdglbpenmnhel |
URL Oficial | https://chromewebstore.google.com/detail/increase-root-font/galdhdhefbbcamfgciajdglbpenmnhel |
Descrição | Increases the html font size in % |
Tamanho do Arquivo | 31.6 KB |
Contagem de Instalações | 25 |
Versão Atual | 1.1 |
Última Atualização | 2016-07-06 |
Data de Publicação | 2016-07-06 |
Classificação | 3.67/5 Total de 3 Avaliações |
Desenvolvedor | Unknown |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "background": { "page": "background.html" }, "browser_action": { "default_icon": "icon.png", "default_title": "Increase root font" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; img-src *; object-src 'self'", "description": "Increases the html font size in % ", "icons": { "128": "icon128.png", "16": "icon16.png", "32": "icon32.png", "48": "icon48.png" }, "manifest_version": 2, "name": "Increase root font", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1" } |