Font changer pro
Master browser font customization - size, color, font family
Wat is Font changer pro?
Font changer pro is een Chrome-extensie ontwikkeld door Tom Gray, en de belangrijkste functie is "Master browser font customization - size, color, font family".
Extensie Screenshots
Download het CRX-bestand van de extensie Font changer pro
Download Font changer pro-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 Pro is a tool that manages font settings. You can select a font from hundreds of fonts on Google Fonts. Features: ⭐ Hundreds of available fonts ⭐ Custom fonts ⭐ Manage text color ⭐ Manage font size on any page ⭐ Use wildcard domain scope or apply globally
Basisinformatie over de Extensie
Naam | |
ID | bfdlfijnkpenblkecgdgpfaamekddmdi |
Officiële URL | https://chrome.google.com/webstore/detail/font-changer-pro/bfdlfijnkpenblkecgdgpfaamekddmdi |
Beschrijving | Master browser font customization - size, color, font family |
Bestandsgrootte | 525 KB |
Aantal Installaties | 100,000 |
Huidige Versie | 1.8.1 |
Laatst Bijgewerkt | 2020-12-20 |
Publicatiedatum | 2020-11-05 |
Beoordeling | 4.05/5 Totaal 38 Beoordelingen |
Ontwikkelaar | Tom Gray |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://www.notion.so/Privacy-Policy-Font-changer-Pro-13132e70d2084944af210dcc85d2a62b |
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.8.1", "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:\/\/*.googleapis.com https:\/\/www.googletagmanager.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" ] } |