IdentiFont
This extension displays the font of an html element on hover.
Wat is IdentiFont?
IdentiFont is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "This extension displays the font of an html element on hover.".
Extensie Screenshots
Download het CRX-bestand van de extensie IdentiFont
Download IdentiFont-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | IdentiFont |
ID | nmmdmcgnpdhlhcaaklfkhiemkkiecpca |
Officiële URL | https://chromewebstore.google.com/detail/identifont/nmmdmcgnpdhlhcaaklfkhiemkkiecpca |
Beschrijving | This extension displays the font of an html element on hover. |
Bestandsgrootte | 2.68 MB |
Aantal Installaties | 734 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2016-09-24 |
Publicatiedatum | 2016-09-24 |
Beoordeling | 4.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |