Larger texts

With one click on the button the font size on the current page will be increase.

¿Qué es Larger texts?

Larger texts es una extensión de Chrome desarrollada por http://www.prelude-prod.fr, y su función principal es "With one click on the button the font size on the current page will be increase.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Larger texts

Descarga archivos de extensión Larger texts en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Permet d'augmenter la taille des textes d'une page web d'un simple clic.                    

Información Básica de la Extensión

Nombre Larger texts Larger texts
ID dbnpmjohkibkjojnlcpeindngonmlfci
URL Oficial https://chrome.google.com/webstore/detail/augmenter-les-textes/dbnpmjohkibkjojnlcpeindngonmlfci
Descripción With one click on the button the font size on the current page will be increase.
Tamaño del Archivo 50.73 KB
Cantidad de Instalaciones 43
Versión Actual 1.0.0.3
Última Actualización 2015-05-31
Fecha de Publicación 2015-05-31
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador http://www.prelude-prod.fr
Tipo de Pago free
Sitio Web de la Extensión http://www.prelude-prod.fr/2015/05/projet-extension-chrome/
Idiomas Soportados 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"
}