FontScanner - Scan for font family names

Scans the web page for font names to display the distinct font names applied on the page.

Co je FontScanner - Scan for font family names?

FontScanner - Scan for font family names je rozšíření Chrome vyvinuté https://apps4u.net, a jeho hlavní funkcí je „Scans the web page for font names to display the distinct font names applied on the page.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření FontScanner - Scan for font family names

Stáhněte si soubory rozšíření FontScanner - Scan for font family names ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        FontScanner helps in finding out the distinct font family names for the whole webpage, based on the properties set for each individual elements on the page. This will help the developers and testers to find those elements that are set with the wrong or undesired font family names, quickly.

From the page scan results, FontScanner can also show the elements related to a specific font name. This helps in identification of the specific element that has the undesired font name.                    

Základní Informace o Rozšíření

Název FontScanner - Scan for font family names FontScanner - Scan for font family names
ID aodilhmhlmomokijchbkajpoibenmakn
Oficiální URL https://chromewebstore.google.com/detail/fontscanner-scan-for-font/aodilhmhlmomokijchbkajpoibenmakn
Popis Scans the web page for font names to display the distinct font names applied on the page.
Velikost souboru 47.22 KB
Počet instalací 6,622
Aktuální Verze 0.0.0.4
Poslední Aktualizace 2021-02-04
Datum Vydání 2017-04-22
Hodnocení 4.00/5 Celkem 9 Hodnocení
Vývojář https://apps4u.net
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FontScanner - Scan for font family names",
    "short_name": "FontScanner",
    "version": "0.0.0.4",
    "manifest_version": 2,
    "description": "Scans the web page for font names to display the distinct font names applied on the page.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "FontScanner - Scan this web page"
    },
    "permissions": [
        "activeTab"
    ],
    "web_accessible_resources": [
        "icons\/icon19.png"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'"
}