Fontify
This extension allows the user to change the font on the whole page.
Vad är Fontify?
Fontify är en Chrome-tillägg utvecklad av MarcCsharp, och dess huvudfunktion är "This extension allows the user to change the font on the whole page.".
Ladda ner Fontify-förlängningens CRX-fil
Ladda ner Fontify-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Fontify |
ID | npmbploomnpbcejbghaflhmdcnjkembd |
Officiell webbadress | https://chromewebstore.google.com/detail/fontify/npmbploomnpbcejbghaflhmdcnjkembd |
Beskrivning | This extension allows the user to change the font on the whole page. |
Filstorlek | 5.6 KB |
Antal Installationer | 428 |
Aktuell Version | 0.0.1 |
Senast Uppdaterad | 2018-01-24 |
Publiceringsdatum | 2018-01-24 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | MarcCsharp |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } |