Fontanello

A browser extension that lets you display the basic typographic styles of a text by right-clicking it.

Fontanello क्या है?

Fontanello Fred Bergman द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A browser extension that lets you display the basic typographic styles of a text by right-clicking it."।

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

screenshot
screenshot
screenshot

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

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

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

                        Fontanello makes it super easy to inspect typography on a webpage. It will show you information about typeface, weight, size, color and some other less used CSS-properties. It also show information about contrast for selected text.                    

एक्सटेंशन की मूल जानकारी

नाम Fontanello Fontanello
ID jdlhfjlpaijjhklfadlhbbmpjfddkglc
आधिकारिक URL https://chromewebstore.google.com/detail/fontanello/jdlhfjlpaijjhklfadlhbbmpjfddkglc
विवरण A browser extension that lets you display the basic typographic styles of a text by right-clicking it.
फ़ाइल का आकार 8.85 KB
स्थापना संख्या 70,000
वर्तमान संस्करण 1.2.2
अंतिम अपडेट 2021-05-02
प्रकाशन तिथि 2020-02-22
रेटिंग 4.50/5 कुल 38 रेटिंग्स
डेवलपर Fred Bergman
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://fontanello.app/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fontanello",
    "version": "1.2.2",
    "description": "A browser extension that lets you display the basic typographic styles of a text by right-clicking it.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "client.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "minimum_chrome_version": "45",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    }
}