Larger texts
With one click on the button the font size on the current page will be increase.
O que é Larger texts?
Larger texts é uma extensão do Chrome desenvolvida por http://www.prelude-prod.fr, e sua principal característica é "With one click on the button the font size on the current page will be increase.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Larger texts
Baixe arquivos de extensão Larger texts 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
Permet d'augmenter la taille des textes d'une page web d'un simple clic.
Informações Básicas da Extensão
Nome | |
ID | dbnpmjohkibkjojnlcpeindngonmlfci |
URL Oficial | https://chrome.google.com/webstore/detail/augmenter-les-textes/dbnpmjohkibkjojnlcpeindngonmlfci |
Descrição | With one click on the button the font size on the current page will be increase. |
Tamanho do Arquivo | 50.73 KB |
Contagem de Instalações | 43 |
Versão Atual | 1.0.0.3 |
Última Atualização | 2015-05-31 |
Data de Publicação | 2015-05-31 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | http://www.prelude-prod.fr |
Tipo de Pagamento | free |
Site da Extensão | http://www.prelude-prod.fr/2015/05/projet-extension-chrome/ |
Idiomas Suportados | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background.html" }, "browser_action": { "default_icon": "icon.png", "default_title": "__MSG_browsertitle__" }, "default_locale": "fr", "description": "__MSG_description__", "icons": { "128": "icon128.png", "16": "icon16.png", "32": "icon32.png", "48": "icon48.png" }, "manifest_version": 2, "name": "__MSG_name__", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "1.0.0.3" } |