Google Font Previewer for Chrome

Choose a font from the Google Font directory with a few text styling options and preview the font styles on the current tab.

¿Qué es Google Font Previewer for Chrome?

Google Font Previewer for Chrome es una extensión de Chrome desarrollada por Pamela Fox, y su función principal es "Choose a font from the Google Font directory with a few text styling options and preview the font styles on the current tab.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Google Font Previewer for Chrome

Descarga archivos de extensión Google Font Previewer for Chrome 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

                        Lets you choose a font from the Google Font API directory, and apply that font to the entire page or a specified CSS selector to see how it looks. Useful when you're designing a website and want to quickly find a font that will look good. If you always use the same fonts, you can star them for quick access.                    

Información Básica de la Extensión

Nombre Google Font Previewer for Chrome Google Font Previewer for Chrome
ID engndlnldodigdjamndkplafgmkkencc
URL Oficial https://chromewebstore.google.com/detail/google-font-previewer-for/engndlnldodigdjamndkplafgmkkencc
Descripción Choose a font from the Google Font directory with a few text styling options and preview the font styles on the current tab.
Tamaño del Archivo 45.88 KB
Cantidad de Instalaciones 41,463
Versión Actual 3.0.0
Última Actualización 2022-07-04
Fecha de Publicación 2016-05-06
Calificación 4.20/5 Total de 265 Calificaciones
Desarrollador Pamela Fox
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/pamelafox/font-previewer-extension
URL de la Página de Ayuda https://github.com/pamelafox/font-previewer-extension/issues
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Font Previewer for Chrome",
    "version": "3.0.0",
    "manifest_version": 3,
    "description": "Choose a font from the Google Font directory with a few text styling options and preview the font styles on the current tab.",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_title": "Changes the page font to desired Google Font API face.",
        "default_icon": {
            "19": "icon_toolbar.png",
            "38": "[email protected]"
        },
        "default_popup": "popup.html"
    },
    "content_security_policy": {
        "extension_pages": "default-src 'self'; connect-src 'self' https:\/\/www.googleapis.com; font-src 'self' https:\/\/fonts.gstatic.com; style-src 'self' https:\/\/fonts.googleapis.com"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}