fi
A tool which gives you a quick look at `font-family` usage in a webpage.
¿Qué es fi?
fi es una extensión de Chrome desarrollada por Justineo, y su función principal es "A tool which gives you a quick look at `font-family` usage in a webpage.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión fi
Descarga archivos de extensión fi 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
*fi* helps you learn font-family usage in a webpage.
Texts inside these elements will be ignored: script, noscript, style, iframe, option.
Invisible elements won't be taken into account as well, which includes those with opacity: 0, display: none and visibility: hidden.
The result will sort all used font-family values by character numbers they apply to. ie. most used one will be at the top of the result list. Información Básica de la Extensión
| Nombre | |
| ID | ijieejlhfllnijjknojcklolfjllhknd |
| URL Oficial | https://chromewebstore.google.com/detail/fi/ijieejlhfllnijjknojcklolfjllhknd |
| Descripción | A tool which gives you a quick look at `font-family` usage in a webpage. |
| Tamaño del Archivo | 7.61 KB |
| Cantidad de Instalaciones | 84 |
| Versión Actual | 1.1.2 |
| Última Actualización | 2015-12-08 |
| Fecha de Publicación | 2015-12-08 |
| Calificación | 4.50/5 Total de 2 Calificaciones |
| Desarrollador | Justineo |
| Correo electrónico | [email protected] |
| Tipo de Pago | free |
| Sitio Web de la Extensión | http://justineo.github.io/fi/ |
| URL de la Página de Ayuda | http://justineo.github.io/fi/issues |
| Idiomas Soportados | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "fi",
"description": "A tool which gives you a quick look at `font-family` usage in a webpage.",
"version": "1.1.2",
"icons": {
"128": "128.png"
},
"permissions": [
"activeTab"
],
"browser_action": {
"default_icon": {
"128": "128.png"
}
},
"background": {
"scripts": [
"main.js"
],
"persistent": false
}
} | |