Typography Inspector
Typography Inspector analyses the typography on your site and helps you improve it.
Qu'est-ce que Typography Inspector ?
Typography Inspector est une extension Chrome développée par Bram Stein, et sa fonction principale est "Typography Inspector analyses the typography on your site and helps you improve it.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Typography Inspector
Téléchargez les fichiers d'extension Typography Inspector au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Typography Inspector |
ID | mbbnlbimlnfachlfnjnolpehiimhbjjm |
URL Officiel | https://chromewebstore.google.com/detail/typography-inspector/mbbnlbimlnfachlfnjnolpehiimhbjjm |
Description | Typography Inspector analyses the typography on your site and helps you improve it. |
Taille du Fichier | 111 KB |
Nombre d'Installations | 2,162 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2017-04-03 |
Date de Publication | 2017-04-03 |
Évaluation | 4.00/5 Total 4 Évaluations |
Développeur | Bram Stein |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |