Typography Inspector
Typography Inspector analyses the typography on your site and helps you improve it.
Hvad er Typography Inspector?
Typography Inspector er en Chrome-udvidelse udviklet af Bram Stein, og dens hovedfunktion er "Typography Inspector analyses the typography on your site and helps you improve it.".
Udvidelsesskærmbilleder
Download Typography Inspector-udvidelses-CRX-fil
Download Typography Inspector-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Typography Inspector |
ID | mbbnlbimlnfachlfnjnolpehiimhbjjm |
Officiel URL | https://chromewebstore.google.com/detail/typography-inspector/mbbnlbimlnfachlfnjnolpehiimhbjjm |
Beskrivelse | Typography Inspector analyses the typography on your site and helps you improve it. |
Filstørrelse | 111 KB |
Antal Installationer | 2,162 |
Nuværende Version | 1.0.1 |
Senest Opdateret | 2017-04-03 |
Udgivelsesdato | 2017-04-03 |
Bedømmelse | 4.00/5 Samlet 4 Bedømmelser |
Udvikler | Bram Stein |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |