Typography Inspector

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

Typography Inspectorとは何ですか?

Typography InspectorはBram Steinによって開発されたChromeの拡張機能で、その主な機能は「Typography Inspector analyses the typography on your site and helps you improve it.」です。

拡張機能のスクリーンショット

screenshot

Typography Inspector拡張機能のCRXファイルをダウンロード

Typography Inspector拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Typography Inspector Typography Inspector
ID mbbnlbimlnfachlfnjnolpehiimhbjjm
公式URL https://chromewebstore.google.com/detail/typography-inspector/mbbnlbimlnfachlfnjnolpehiimhbjjm
説明 Typography Inspector analyses the typography on your site and helps you improve it.
ファイルサイズ 111 KB
インストール数 2,162
現在のバージョン 1.0.1
最終更新日 2017-04-03
公開日 2017-04-03
評価 4.00/5 合計 4 レビュー
開発者 Bram Stein
支払い方法 free
対応言語 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"
    }
}