Font Customizer
Fine-tune your font settings for each website
¿Qué es Font Customizer?
Font Customizer es una extensión de Chrome desarrollada por Sonia Young, y su función principal es "Fine-tune your font settings for each website".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Font Customizer
Descarga archivos de extensión Font Customizer 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
Change font settings beyond what browser offers! With Font Customizer, you can change font, size, and colors for every website. Features: ☆ Make all text bigger or smaller ☆ Hundreds of fonts with open licenses ☆ Change color from the default black Quick start: click the icon in the toolbar to open a popup.
Información Básica de la Extensión
Nombre | |
ID | gfbgiekofllpkpaoadjhbbfnljbcimoh |
URL Oficial | https://chrome.google.com/webstore/detail/font-customizer/gfbgiekofllpkpaoadjhbbfnljbcimoh |
Descripción | Fine-tune your font settings for each website |
Tamaño del Archivo | 330 KB |
Cantidad de Instalaciones | 1,477,015 |
Versión Actual | 1.4.3 |
Última Actualización | 2022-11-15 |
Fecha de Publicación | 2021-04-22 |
Calificación | 4.40/5 Total de 92 Calificaciones |
Desarrollador | Sonia Young |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Política de Privacidad | https://www.notion.so/Font-Customizer-Privacy-policy-f87caddb5939401498ba6cd3d0c9cfc9 |
Idiomas Soportados | id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "1.4.3", "browser_action": { "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "content_security_policy": "script-src 'self' https:\/\/*.google-analytics.com; object-src 'self'", "content_scripts": [ { "js": [ "inject.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } ], "icons": { "128": "icons\/icon-128.png", "48": "icons\/icon-48.png", "16": "icons\/icon-16.png" }, "default_locale": "en", "permissions": [ "fontSettings", "https:\/\/*\/*", "http:\/\/*\/*", "storage" ] } |