Typography Inspector

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

Cos'è Typography Inspector?

Typography Inspector è un'estensione di Chrome sviluppata da Bram Stein, e la sua funzione principale è "Typography Inspector analyses the typography on your site and helps you improve it.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Typography Inspector

Scarica i file di estensione Typography Inspector in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Typography Inspector Typography Inspector
ID mbbnlbimlnfachlfnjnolpehiimhbjjm
URL Ufficiale https://chromewebstore.google.com/detail/typography-inspector/mbbnlbimlnfachlfnjnolpehiimhbjjm
Descrizione Typography Inspector analyses the typography on your site and helps you improve it.
Dimensione del File 111 KB
Conteggio Installazioni 2,162
Versione Corrente 1.0.1
Ultimo Aggiornamento 2017-04-03
Data di Pubblicazione 2017-04-03
Valutazione 4.00/5 Totale 4 Valutazioni
Sviluppatore Bram Stein
Tipo di Pagamento free
Lingue Supportate 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"
    }
}