fi

A tool which gives you a quick look at `font-family` usage in a webpage.

fi क्या है?

fi Justineo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A tool which gives you a quick look at `font-family` usage in a webpage."।

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

screenshot

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

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

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

                        *fi* helps you learn font-family usage in a webpage.

Texts inside these elements will be ignored: script, noscript, style, iframe, option.

Invisible elements won't be taken into account as well, which includes those with opacity: 0, display: none and visibility: hidden.

The result will sort all used font-family values by character numbers they apply to. ie. most used one will be at the top of the result list.                    

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

नाम fi fi
ID ijieejlhfllnijjknojcklolfjllhknd
आधिकारिक URL https://chromewebstore.google.com/detail/fi/ijieejlhfllnijjknojcklolfjllhknd
विवरण A tool which gives you a quick look at `font-family` usage in a webpage.
फ़ाइल का आकार 7.61 KB
स्थापना संख्या 84
वर्तमान संस्करण 1.1.2
अंतिम अपडेट 2015-12-08
प्रकाशन तिथि 2015-12-08
रेटिंग 4.50/5 कुल 2 रेटिंग्स
डेवलपर Justineo
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://justineo.github.io/fi/
सहायता पृष्ठ URL http://justineo.github.io/fi/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "fi",
    "description": "A tool which gives you a quick look at `font-family` usage in a webpage.",
    "version": "1.1.2",
    "icons": {
        "128": "128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": {
            "128": "128.png"
        }
    },
    "background": {
        "scripts": [
            "main.js"
        ],
        "persistent": false
    }
}