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
官方網址 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"
    ]
}