Typography Inspector
Typography Inspector analyses the typography on your site and helps you improve it.
What is Typography Inspector?
Typography Inspector is a Chrome extension developed by Bram Stein, and its main feature is "Typography Inspector analyses the typography on your site and helps you improve it.".
Extension Screenshots
Download Typography Inspector Extension CRX File
Download Typography Inspector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Typography Inspector |
ID | mbbnlbimlnfachlfnjnolpehiimhbjjm |
Official URL | https://chromewebstore.google.com/detail/typography-inspector/mbbnlbimlnfachlfnjnolpehiimhbjjm |
Description | Typography Inspector analyses the typography on your site and helps you improve it. |
File Size | 111 KB |
Installation Count | 2,162 |
Current Version | 1.0.1 |
Last Updated | 2017-04-03 |
Publish Date | 2017-04-03 |
Rating | 4.00/5 Total 4 Ratings |
Developer | Bram Stein |
Payment Type | free |
Supported Languages | 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" } } |