fontpecker

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

fontpecker là gì?

fontpecker là một tiện ích mở rộng Chrome được phát triển bởi Karate System, và tính năng chính của nó là "Easily get the CSS settings of texts on the Web pages.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng fontpecker

Tải xuống các tệp mở rộng fontpecker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên fontpecker fontpecker
ID micgmaephbfgheholpanoiafkjlojogg
URL Chính Thức https://chrome.google.com/webstore/detail/fontpecker/micgmaephbfgheholpanoiafkjlojogg
Mô tả Easily get the CSS settings of texts on the Web pages.
Kích Thước Tệp 62.18 KB
Số Lần Cài Đặt 188
Phiên Bản Hiện Tại 0.1.6
Cập Nhật Lần Cuối 2018-04-01
Ngày Phát Hành 2018-04-01
Đánh Giá 4.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Karate System
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}