Easy Font Changer
Replace default fonts and manage font size
Wat is Easy Font Changer?
Easy Font Changer is een Chrome-extensie ontwikkeld door Helene Hill, en de belangrijkste functie is "Replace default fonts and manage font size".
Extensie Screenshots
Download het CRX-bestand van de extensie Easy Font Changer
Download Easy Font Changer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Font Changer Plus helps you customize fonts on webpages beyond browser settings. Features: ⭐ Change font settings globally or for a specific domain ⭐ Select from thousands of Google Fonts ⭐ Use custom font installed in your system ⭐ Make bigger or smaller texts ⭐ Force set the text color
Basisinformatie over de Extensie
Naam | |
ID | gahgachhcblgfnjdfghcjcpgbkbadfgg |
Officiële URL | https://chrome.google.com/webstore/detail/easy-font-changer/gahgachhcblgfnjdfghcjcpgbkbadfgg |
Beschrijving | Replace default fonts and manage font size |
Bestandsgrootte | 510 KB |
Aantal Installaties | 100,000 |
Huidige Versie | 1.4.0 |
Laatst Bijgewerkt | 2020-10-31 |
Publicatiedatum | 2020-10-12 |
Beoordeling | 3.85/5 Totaal 20 Beoordelingen |
Ontwikkelaar | Helene Hill |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://1drv.ms/w/s!AlgAs--DbB1qgQx48s3ECJq6XKTN?e=zGkMRs |
Ondersteunde Talen | 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.0", "browser_action": { "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "lib\/jquery\/jquery-3.4.1.js", "inject.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com https:\/\/*.googleapis.com; object-src 'self'", "icons": { "128": "icon-128.png", "48": "icon-48.png", "16": "icon-16.png" }, "default_locale": "en", "permissions": [ "fontSettings", "https:\/\/*\/*", "http:\/\/*\/*", "storage" ] } |