fi
A tool which gives you a quick look at `font-family` usage in a webpage.
Was ist fi?
fi ist eine Chrome-Erweiterung, die von Justineo entwickelt wurde, und ihr Hauptmerkmal ist "A tool which gives you a quick look at `font-family` usage in a webpage.".
Erweiterungsscreenshots
fi-Erweiterungs-CRX-Datei herunterladen
Laden Sie fi-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
*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.
Grundlegende Informationen zur Erweiterung
Name | fi |
ID | ijieejlhfllnijjknojcklolfjllhknd |
Offizielle URL | https://chromewebstore.google.com/detail/fi/ijieejlhfllnijjknojcklolfjllhknd |
Beschreibung | A tool which gives you a quick look at `font-family` usage in a webpage. |
Dateigröße | 7.61 KB |
Installationsanzahl | 84 |
Aktuelle Version | 1.1.2 |
Letztes Update | 2015-12-08 |
Veröffentlichungsdatum | 2015-12-08 |
Bewertung | 4.50/5 Insgesamt 2 Bewertungen |
Entwickler | Justineo |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://justineo.github.io/fi/ |
Hilfeseite URL | http://justineo.github.io/fi/issues |
Unterstützte Sprachen | 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 } } |