Fontify
Fontify - get your fonts right!
Cos'è Fontify?
Fontify è un'estensione di Chrome sviluppata da borzecki.daniel, e la sua funzione principale è "Fontify - get your fonts right!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Fontify
Scarica i file di estensione Fontify in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
                        Presenting a tool dedicated for product teams looking to simplify fonts across the page. It allows you to preview and track fonts based on their features font family, size or color.
Change-log:
- 1.0.2 - copy to clipboard button / fixed random opening closed widget
- 1.0.1 - fixed problem with updating view on re-rendering
- 1.0.0 - we're launched!                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | pfcgofaibgeffbgdmpohcdkonkinnkng | 
| URL Ufficiale | https://chromewebstore.google.com/detail/fontify/pfcgofaibgeffbgdmpohcdkonkinnkng | 
| Descrizione | Fontify - get your fonts right! | 
| Dimensione del File | 15.5 KB | 
| Conteggio Installazioni | 18 | 
| Versione Corrente | 1.0.2 | 
| Ultimo Aggiornamento | 2020-12-06 | 
| Data di Pubblicazione | 2020-11-15 | 
| Sviluppatore | borzecki.daniel | 
| [email protected] | |
| Tipo di Pagamento | free | 
| Lingue Supportate | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fontify",
    "version": "1.0.2",
    "description": "Fontify - get your fonts right!",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": {
            "16": "images\/favicon-16.png",
            "32": "images\/favicon-32.png",
            "96": "images\/favicon-96.png",
            "128": "images\/favicon-128.png"
        }
    },
    "manifest_version": 2
}  |  |