fi
A tool which gives you a quick look at `font-family` usage in a webpage.
Wat is fi?
fi is een Chrome-extensie ontwikkeld door Justineo, en de belangrijkste functie is "A tool which gives you a quick look at `font-family` usage in a webpage.".
Extensie Screenshots
Download het CRX-bestand van de extensie fi
Download fi-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
*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.
Basisinformatie over de Extensie
Naam | fi |
ID | ijieejlhfllnijjknojcklolfjllhknd |
Officiële URL | https://chromewebstore.google.com/detail/fi/ijieejlhfllnijjknojcklolfjllhknd |
Beschrijving | A tool which gives you a quick look at `font-family` usage in a webpage. |
Bestandsgrootte | 7.61 KB |
Aantal Installaties | 84 |
Huidige Versie | 1.1.2 |
Laatst Bijgewerkt | 2015-12-08 |
Publicatiedatum | 2015-12-08 |
Beoordeling | 4.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Justineo |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://justineo.github.io/fi/ |
Help Pagina-URL | http://justineo.github.io/fi/issues |
Ondersteunde Talen | 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 } } |