Fontify
This extension allows the user to change the font on the whole page.
Wat is Fontify?
Fontify is een Chrome-extensie ontwikkeld door MarcCsharp, en de belangrijkste functie is "This extension allows the user to change the font on the whole page.".
Download het CRX-bestand van de extensie Fontify
Download Fontify-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
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.
Basisinformatie over de Extensie
Naam | Fontify |
ID | npmbploomnpbcejbghaflhmdcnjkembd |
Officiële URL | https://chromewebstore.google.com/detail/fontify/npmbploomnpbcejbghaflhmdcnjkembd |
Beschrijving | This extension allows the user to change the font on the whole page. |
Bestandsgrootte | 5.6 KB |
Aantal Installaties | 428 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2018-01-24 |
Publicatiedatum | 2018-01-24 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | MarcCsharp |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |