FontScanner - Scan for font family names

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

¿Qué es FontScanner - Scan for font family names?

FontScanner - Scan for font family names es una extensión de Chrome desarrollada por https://apps4u.net, y su función principal es "Scans the web page for font names to display the distinct font names applied on the page.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión FontScanner - Scan for font family names

Descarga archivos de extensión FontScanner - Scan for font family names en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre FontScanner - Scan for font family names FontScanner - Scan for font family names
ID aodilhmhlmomokijchbkajpoibenmakn
URL Oficial https://chromewebstore.google.com/detail/fontscanner-scan-for-font/aodilhmhlmomokijchbkajpoibenmakn
Descripción Scans the web page for font names to display the distinct font names applied on the page.
Tamaño del Archivo 47.22 KB
Cantidad de Instalaciones 6,622
Versión Actual 0.0.0.4
Última Actualización 2021-02-04
Fecha de Publicación 2017-04-22
Calificación 4.00/5 Total de 9 Calificaciones
Desarrollador https://apps4u.net
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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'"
}