Typography Inspector

Typography Inspector analyses the typography on your site and helps you improve it.

Wat is Typography Inspector?

Typography Inspector is een Chrome-extensie ontwikkeld door Bram Stein, en de belangrijkste functie is "Typography Inspector analyses the typography on your site and helps you improve it.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Typography Inspector

Download Typography Inspector-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Typography Inspector Typography Inspector
ID mbbnlbimlnfachlfnjnolpehiimhbjjm
Officiële URL https://chromewebstore.google.com/detail/typography-inspector/mbbnlbimlnfachlfnjnolpehiimhbjjm
Beschrijving Typography Inspector analyses the typography on your site and helps you improve it.
Bestandsgrootte 111 KB
Aantal Installaties 2,162
Huidige Versie 1.0.1
Laatst Bijgewerkt 2017-04-03
Publicatiedatum 2017-04-03
Beoordeling 4.00/5 Totaal 4 Beoordelingen
Ontwikkelaar Bram Stein
Betalingswijze free
Ondersteunde Talen 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"
    }
}