fontpecker

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

fontpecker क्या है?

fontpecker Karate System द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily get the CSS settings of texts on the Web pages."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में fontpecker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}