fi
A tool which gives you a quick look at `font-family` usage in a webpage.
Co to jest fi?
fi to rozszerzenie Chrome opracowane przez Justineo, a jego główną funkcją jest „A tool which gives you a quick look at `font-family` usage in a webpage.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia fi
Pobierz pliki rozszerzeń fi w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
*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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ijieejlhfllnijjknojcklolfjllhknd |
| Oficjalny URL | https://chromewebstore.google.com/detail/fi/ijieejlhfllnijjknojcklolfjllhknd |
| Opis | A tool which gives you a quick look at `font-family` usage in a webpage. |
| Rozmiar pliku | 7.61 KB |
| Liczba instalacji | 84 |
| Aktualna Wersja | 1.1.2 |
| Ostatnia Aktualizacja | 2015-12-08 |
| Data Publikacji | 2015-12-08 |
| Ocena | 4.50/5 Łącznie 2 Oceny |
| Deweloper | Justineo |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | http://justineo.github.io/fi/ |
| Adres URL Strony Pomocy | http://justineo.github.io/fi/issues |
| Obsługiwane Języki | 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
}
} | |