fi
A tool which gives you a quick look at `font-family` usage in a webpage.
Cos'è fi?
fi è un'estensione di Chrome sviluppata da Justineo, e la sua funzione principale è "A tool which gives you a quick look at `font-family` usage in a webpage.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione fi
Scarica i file di estensione fi in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
*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.
Informazioni di Base sull'Estensione
Nome | fi |
ID | ijieejlhfllnijjknojcklolfjllhknd |
URL Ufficiale | https://chromewebstore.google.com/detail/fi/ijieejlhfllnijjknojcklolfjllhknd |
Descrizione | A tool which gives you a quick look at `font-family` usage in a webpage. |
Dimensione del File | 7.61 KB |
Conteggio Installazioni | 84 |
Versione Corrente | 1.1.2 |
Ultimo Aggiornamento | 2015-12-08 |
Data di Pubblicazione | 2015-12-08 |
Valutazione | 4.50/5 Totale 2 Valutazioni |
Sviluppatore | Justineo |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://justineo.github.io/fi/ |
URL della Pagina di Aiuto | http://justineo.github.io/fi/issues |
Lingue Supportate | 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 } } |