Fontify
This extension allows the user to change the font on the whole page.
¿Qué es Fontify?
Fontify es una extensión de Chrome desarrollada por MarcCsharp, y su función principal es "This extension allows the user to change the font on the whole page.".
Descargar Archivo CRX de la Extensión Fontify
Descarga archivos de extensión Fontify 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
This simple extension uses the google fonts API to give the user the ability to change the font on a page to which-ever they wish. Simply click the extension and select your font from the drop down and see it applied to the page.
Información Básica de la Extensión
Nombre | Fontify |
ID | npmbploomnpbcejbghaflhmdcnjkembd |
URL Oficial | https://chromewebstore.google.com/detail/fontify/npmbploomnpbcejbghaflhmdcnjkembd |
Descripción | This extension allows the user to change the font on the whole page. |
Tamaño del Archivo | 5.6 KB |
Cantidad de Instalaciones | 428 |
Versión Actual | 0.0.1 |
Última Actualización | 2018-01-24 |
Fecha de Publicación | 2018-01-24 |
Calificación | 5.00/5 Total de 3 Calificaciones |
Desarrollador | MarcCsharp |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fontify", "version": "0.0.1", "manifest_version": 2, "description": "This extension allows the user to change the font on the whole page.", "background": { "scripts": [ "injectFont.js" ], "persistent": true }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Click to change font" }, "permissions": [ "https:\/\/*\/*", "http:\/\/*\/*", "activeTab" ] } |