IdentiFont
This extension displays the font of an html element on hover.
Vad är IdentiFont?
IdentiFont är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "This extension displays the font of an html element on hover.".
Tilläggsskärmbilder
Ladda ner IdentiFont-förlängningens CRX-fil
Ladda ner IdentiFont-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
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. Grundläggande Information om Tillägg
| Namn | |
| ID | nmmdmcgnpdhlhcaaklfkhiemkkiecpca |
| Officiell webbadress | https://chromewebstore.google.com/detail/identifont/nmmdmcgnpdhlhcaaklfkhiemkkiecpca |
| Beskrivning | This extension displays the font of an html element on hover. |
| Filstorlek | 2.68 MB |
| Antal Installationer | 734 |
| Aktuell Version | 1.2 |
| Senast Uppdaterad | 2016-09-24 |
| Publiceringsdatum | 2016-09-24 |
| Betyg | 4.00/5 Totalt 4 Betyg |
| Utvecklare | Unknown |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |