fontpecker

Easily get the CSS settings of texts on the Web pages.

fontpeckerとは何ですか?

fontpeckerはKarate Systemによって開発されたChromeの拡張機能で、その主な機能は「Easily get the CSS settings of texts on the Web pages.」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Easily get the CSS settings of texts on the Web pages.
You can clip it to the list, and refer to the CSS code.

Properties are
* font-family
* font-size
* line-height
* color
* font-style
* font-weight

Usage
1) Click the Fontpecker icon on the toolbar.
2) Just click on the text you want to check.

Notes
* Maximum number of clip is 10.
* If you clip over 10, old clips will be removed automatically.
* Some pages can't start this.

Novelties are...
https://suzuri.jp/search?q=fontpecker                    

拡張機能の基本情報

名前 fontpecker fontpecker
ID micgmaephbfgheholpanoiafkjlojogg
公式URL https://chrome.google.com/webstore/detail/fontpecker/micgmaephbfgheholpanoiafkjlojogg
説明 Easily get the CSS settings of texts on the Web pages.
ファイルサイズ 62.18 KB
インストール数 188
現在のバージョン 0.1.6
最終更新日 2018-04-01
公開日 2018-04-01
評価 4.00/5 合計 5 レビュー
開発者 Karate System
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "fontpecker",
    "version": "0.1.6",
    "manifest_version": 2,
    "description": "Easily get the CSS settings of texts on the Web pages.",
    "icons": {
        "16": "icons\/_icon_16.png",
        "32": "icons\/_icon_32.png",
        "64": "icons\/_icon_64.png",
        "128": "icons\/_icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/jquery-1.11.2.min.js",
                "js\/asset.js",
                "js\/content.js"
            ]
        }
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon_32.png",
        "default_title": ""
    },
    "permissions": [
        "activeTab",
        "clipboardWrite"
    ]
}