fontpecker

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

fontpeckerคืออะไร?

fontpecker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Karate System และคุณลักษณะหลักของมันคือ "Easily get the CSS settings of texts on the Web pages."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย fontpecker

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}