Typography Inspector
Typography Inspector analyses the typography on your site and helps you improve it.
Was ist Typography Inspector?
Typography Inspector ist eine Chrome-Erweiterung, die von Bram Stein entwickelt wurde, und ihr Hauptmerkmal ist "Typography Inspector analyses the typography on your site and helps you improve it.".
Erweiterungsscreenshots
Typography Inspector-Erweiterungs-CRX-Datei herunterladen
Laden Sie Typography Inspector-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Use Typography Inspector to show how close your line width and line height are to the recommended setting for an average paragraph. It can also show you the typographic color of your text elements.
Grundlegende Informationen zur Erweiterung
Name | Typography Inspector |
ID | mbbnlbimlnfachlfnjnolpehiimhbjjm |
Offizielle URL | https://chromewebstore.google.com/detail/typography-inspector/mbbnlbimlnfachlfnjnolpehiimhbjjm |
Beschreibung | Typography Inspector analyses the typography on your site and helps you improve it. |
Dateigröße | 111 KB |
Installationsanzahl | 2,162 |
Aktuelle Version | 1.0.1 |
Letztes Update | 2017-04-03 |
Veröffentlichungsdatum | 2017-04-03 |
Bewertung | 4.00/5 Insgesamt 4 Bewertungen |
Entwickler | Bram Stein |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Typography Inspector", "description": "Typography Inspector analyses the typography on your site and helps you improve it.", "manifest_version": 2, "version": "1.0.1", "permissions": [ "activeTab" ], "background": { "scripts": [ "src\/background.js" ], "persistent": false }, "browser_action": { "default_title": "Analyse this typography on this page", "default_popup": "popup.html" }, "icons": { "16": "icons\/16x16.png", "32": "icons\/32x32.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" } } |