Fontify
This extension allows the user to change the font on the whole page.
Qu'est-ce que Fontify ?
Fontify est une extension Chrome développée par MarcCsharp, et sa fonction principale est "This extension allows the user to change the font on the whole page.".
Télécharger le fichier CRX de l'extension Fontify
Téléchargez les fichiers d'extension Fontify 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
This simple extension uses the google fonts API to give the user the ability to change the font on a page to which-ever they wish. Simply click the extension and select your font from the drop down and see it applied to the page.
Informations de Base sur l'Extension
Nom | Fontify |
ID | npmbploomnpbcejbghaflhmdcnjkembd |
URL Officiel | https://chromewebstore.google.com/detail/fontify/npmbploomnpbcejbghaflhmdcnjkembd |
Description | This extension allows the user to change the font on the whole page. |
Taille du Fichier | 5.6 KB |
Nombre d'Installations | 428 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2018-01-24 |
Date de Publication | 2018-01-24 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | MarcCsharp |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fontify", "version": "0.0.1", "manifest_version": 2, "description": "This extension allows the user to change the font on the whole page.", "background": { "scripts": [ "injectFont.js" ], "persistent": true }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Click to change font" }, "permissions": [ "https:\/\/*\/*", "http:\/\/*\/*", "activeTab" ] } |