Fontify
Fontify - get your fonts right!
Wat is Fontify?
Fontify is een Chrome-extensie ontwikkeld door borzecki.daniel, en de belangrijkste functie is "Fontify - get your fonts right!".
Extensie Screenshots
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
                        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!                     Basisinformatie over de Extensie
| Naam |   |  
| ID | pfcgofaibgeffbgdmpohcdkonkinnkng | 
| Officiële URL | https://chromewebstore.google.com/detail/fontify/pfcgofaibgeffbgdmpohcdkonkinnkng | 
| Beschrijving | Fontify - get your fonts right! | 
| Bestandsgrootte | 15.5 KB | 
| Aantal Installaties | 18 | 
| Huidige Versie | 1.0.2 | 
| Laatst Bijgewerkt | 2020-12-06 | 
| Publicatiedatum | 2020-11-15 | 
| Ontwikkelaar | borzecki.daniel | 
| [email protected] | |
| Betalingswijze | free | 
| Ondersteunde Talen | 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
}  |  |