Typography Inspector

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

Co to jest Typography Inspector?

Typography Inspector to rozszerzenie Chrome opracowane przez Bram Stein, a jego główną funkcją jest „Typography Inspector analyses the typography on your site and helps you improve it.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Typography Inspector

Pobierz pliki rozszerzeń Typography Inspector w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Typography Inspector Typography Inspector
ID mbbnlbimlnfachlfnjnolpehiimhbjjm
Oficjalny URL https://chromewebstore.google.com/detail/typography-inspector/mbbnlbimlnfachlfnjnolpehiimhbjjm
Opis Typography Inspector analyses the typography on your site and helps you improve it.
Rozmiar pliku 111 KB
Liczba instalacji 2,162
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2017-04-03
Data Publikacji 2017-04-03
Ocena 4.00/5 Łącznie 4 Oceny
Deweloper Bram Stein
Typ Płatności free
Obsługiwane Języki 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"
    }
}