IdentiFont
This extension displays the font of an html element on hover.
Co to jest IdentiFont?
IdentiFont to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „This extension displays the font of an html element on hover.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia IdentiFont
Pobierz pliki rozszerzeń IdentiFont 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
IdentiFont helps you identify the font-faces used across the web. Simply turn on the extension, and hover over almost any block of text to see a popup containing the name of the font used. Remember to restart your browser after installing. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | nmmdmcgnpdhlhcaaklfkhiemkkiecpca |
| Oficjalny URL | https://chromewebstore.google.com/detail/identifont/nmmdmcgnpdhlhcaaklfkhiemkkiecpca |
| Opis | This extension displays the font of an html element on hover. |
| Rozmiar pliku | 2.68 MB |
| Liczba instalacji | 734 |
| Aktualna Wersja | 1.2 |
| Ostatnia Aktualizacja | 2016-09-24 |
| Data Publikacji | 2016-09-24 |
| Ocena | 4.00/5 Łącznie 4 Oceny |
| Deweloper | Unknown |
| Typ Płatności | free |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "IdentiFont",
"description": "This extension displays the font of an html element on hover.",
"version": "1.2",
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"css": [
"core.css"
],
"js": [
"core.js"
],
"all_frames": true
}
],
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": ".\/images\/logo.png"
}
} | |