Font changer pro
Master browser font customization - size, color, font family
Qu'est-ce que Font changer pro ?
Font changer pro est une extension Chrome développée par Tom Gray, et sa fonction principale est "Master browser font customization - size, color, font family".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Font changer pro
Téléchargez les fichiers d'extension Font changer pro au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | bfdlfijnkpenblkecgdgpfaamekddmdi |
URL Officiel | https://chrome.google.com/webstore/detail/font-changer-pro/bfdlfijnkpenblkecgdgpfaamekddmdi |
Description | Master browser font customization - size, color, font family |
Taille du Fichier | 525 KB |
Nombre d'Installations | 100,000 |
Version Actuelle | 1.8.1 |
Dernière Mise à Jour | 2020-12-20 |
Date de Publication | 2020-11-05 |
Évaluation | 4.05/5 Total 38 Évaluations |
Développeur | Tom Gray |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://www.notion.so/Privacy-Policy-Font-changer-Pro-13132e70d2084944af210dcc85d2a62b |
Langues Prises en Charge | 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" ] } |