fi
A tool which gives you a quick look at `font-family` usage in a webpage.
Vad är fi?
fi är en Chrome-tillägg utvecklad av Justineo, och dess huvudfunktion är "A tool which gives you a quick look at `font-family` usage in a webpage.".
Tilläggsskärmbilder
Ladda ner fi-förlängningens CRX-fil
Ladda ner fi-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
*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. Grundläggande Information om Tillägg
| Namn | |
| ID | ijieejlhfllnijjknojcklolfjllhknd |
| Officiell webbadress | https://chromewebstore.google.com/detail/fi/ijieejlhfllnijjknojcklolfjllhknd |
| Beskrivning | A tool which gives you a quick look at `font-family` usage in a webpage. |
| Filstorlek | 7.61 KB |
| Antal Installationer | 84 |
| Aktuell Version | 1.1.2 |
| Senast Uppdaterad | 2015-12-08 |
| Publiceringsdatum | 2015-12-08 |
| Betyg | 4.50/5 Totalt 2 Betyg |
| Utvecklare | Justineo |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | http://justineo.github.io/fi/ |
| Hjälpsida URL | http://justineo.github.io/fi/issues |
| Stödda Språk | 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
}
} | |