FontScanner - Scan for font family names

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

Was ist FontScanner - Scan for font family names?

FontScanner - Scan for font family names ist eine Chrome-Erweiterung, die von https://apps4u.net entwickelt wurde, und ihr Hauptmerkmal ist "Scans the web page for font names to display the distinct font names applied on the page.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

FontScanner - Scan for font family names-Erweiterungs-CRX-Datei herunterladen

Laden Sie FontScanner - Scan for font family names-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name FontScanner - Scan for font family names FontScanner - Scan for font family names
ID aodilhmhlmomokijchbkajpoibenmakn
Offizielle URL https://chromewebstore.google.com/detail/fontscanner-scan-for-font/aodilhmhlmomokijchbkajpoibenmakn
Beschreibung Scans the web page for font names to display the distinct font names applied on the page.
Dateigröße 47.22 KB
Installationsanzahl 6,622
Aktuelle Version 0.0.0.4
Letztes Update 2021-02-04
Veröffentlichungsdatum 2017-04-22
Bewertung 4.00/5 Insgesamt 9 Bewertungen
Entwickler https://apps4u.net
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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'"
}