FontScanner - Scan for font family names

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

Hvad er FontScanner - Scan for font family names?

FontScanner - Scan for font family names er en Chrome-udvidelse udviklet af https://apps4u.net, og dens hovedfunktion er "Scans the web page for font names to display the distinct font names applied on the page.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download FontScanner - Scan for font family names-udvidelses-CRX-fil

Download FontScanner - Scan for font family names-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn FontScanner - Scan for font family names FontScanner - Scan for font family names
ID aodilhmhlmomokijchbkajpoibenmakn
Officiel URL https://chromewebstore.google.com/detail/fontscanner-scan-for-font/aodilhmhlmomokijchbkajpoibenmakn
Beskrivelse Scans the web page for font names to display the distinct font names applied on the page.
Filstørrelse 47.22 KB
Antal Installationer 6,622
Nuværende Version 0.0.0.4
Senest Opdateret 2021-02-04
Udgivelsesdato 2017-04-22
Bedømmelse 4.00/5 Samlet 9 Bedømmelser
Udvikler https://apps4u.net
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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'"
}