Fontify
This extension allows the user to change the font on the whole page.
Τι είναι το Fontify;
Το Fontify είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον MarcCsharp, και η κύρια λειτουργία του είναι "This extension allows the user to change the font on the whole page.".
Λήψη αρχείου CRX της επέκτασης Fontify
Λήψη αρχείων επέκτασης Fontify σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Fontify |
ID | npmbploomnpbcejbghaflhmdcnjkembd |
Επίσημο URL | https://chromewebstore.google.com/detail/fontify/npmbploomnpbcejbghaflhmdcnjkembd |
Περιγραφή | This extension allows the user to change the font on the whole page. |
Μέγεθος Αρχείου | 5.6 KB |
Αριθμός Εγκαταστάσεων | 428 |
Τρέχουσα Έκδοση | 0.0.1 |
Τελευταία Ενημέρωση | 2018-01-24 |
Ημερομηνία Δημοσίευσης | 2018-01-24 |
Αξιολόγηση | 5.00/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | MarcCsharp |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" ] } |