Fontify
Fontify - get your fonts right!
Was ist Fontify?
Fontify ist eine Chrome-Erweiterung, die von borzecki.daniel entwickelt wurde, und ihr Hauptmerkmal ist "Fontify - get your fonts right!".
Erweiterungsscreenshots
Fontify-Erweiterungs-CRX-Datei herunterladen
Laden Sie Fontify-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        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!                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | pfcgofaibgeffbgdmpohcdkonkinnkng | 
| Offizielle URL | https://chromewebstore.google.com/detail/fontify/pfcgofaibgeffbgdmpohcdkonkinnkng | 
| Beschreibung | Fontify - get your fonts right! | 
| Dateigröße | 15.5 KB | 
| Installationsanzahl | 18 | 
| Aktuelle Version | 1.0.2 | 
| Letztes Update | 2020-12-06 | 
| Veröffentlichungsdatum | 2020-11-15 | 
| Entwickler | borzecki.daniel | 
| [email protected] | |
| Zahlungsart | free | 
| Unterstützte Sprachen | 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
}  |  |