Increase root font
Increases the html font size in %
¿Qué es Increase root font?
Increase root font es una extensión de Chrome desarrollada por Unknown, y su función principal es "Increases the html font size in %".
Descargar Archivo CRX de la Extensión Increase root font
Descarga archivos de extensión Increase root font 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
Increases the html font size in % Will not work if website has not been styled with 'em', 'rem' or '%'
Información Básica de la Extensión
Nombre | Increase root font |
ID | galdhdhefbbcamfgciajdglbpenmnhel |
URL Oficial | https://chromewebstore.google.com/detail/increase-root-font/galdhdhefbbcamfgciajdglbpenmnhel |
Descripción | Increases the html font size in % |
Tamaño del Archivo | 31.6 KB |
Cantidad de Instalaciones | 25 |
Versión Actual | 1.1 |
Última Actualización | 2016-07-06 |
Fecha de Publicación | 2016-07-06 |
Calificación | 3.67/5 Total de 3 Calificaciones |
Desarrollador | Unknown |
Tipo de Pago | free |
Idiomas Soportados | 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" } |