Advanced Font Settings

Demonstrates the chrome.fontSettings API by allowing users to modify the style of displayed fonts on web pages.

¿Qué es Advanced Font Settings?

Advanced Font Settings es una extensión de Chrome desarrollada por Patrick Kettner, y su función principal es "Demonstrates the chrome.fontSettings API by allowing users to modify the style of displayed fonts on web pages.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Advanced Font Settings

Descarga archivos de extensión Advanced Font Settings 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

                        This extension allows you to customize font settings for different language scripts. For example, you can set the default font for Simplified Chinese content to be different than the font for Japanese content. The settings are per-script (as specified in ISO 15924) rather than per-language. For example, there is a single setting for Cyrillic script rather than separate ones for Russian, Ukrainian, etc.

Chrome will use the font settings controlled by this extension when BOTH of the following are true:
1) The web page has declared the language of the content (e.g., by using the HTML lang attribute); and
2) The web page has not specified a font to use.

To use this extension, add it to Chrome and then go to chrome://extensions and click on the "Options" link for this extension.                    

Información Básica de la Extensión

Nombre Advanced Font Settings Advanced Font Settings
ID caclkomlalccbpcdllchkeecicepbmbm
URL Oficial https://chromewebstore.google.com/detail/advanced-font-settings/caclkomlalccbpcdllchkeecicepbmbm
Descripción Demonstrates the chrome.fontSettings API by allowing users to modify the style of displayed fonts on web pages.
Tamaño del Archivo 39.75 KB
Cantidad de Instalaciones 605,448
Versión Actual 0.71
Última Actualización 2023-12-01
Fecha de Publicación 2014-04-16
Calificación 3.76/5 Total de 1325 Calificaciones
Desarrollador Patrick Kettner
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Advanced Font Settings",
    "version": "0.71",
    "manifest_version": 3,
    "description": "Demonstrates the chrome.fontSettings API by allowing users to modify the style of displayed fonts on web pages.",
    "options_page": "options.html",
    "icons": {
        "16": "fonts16.png",
        "128": "fonts128.png"
    },
    "permissions": [
        "fontSettings"
    ]
}