Fontify

Fontify - get your fonts right!

Qu'est-ce que Fontify ?

Fontify est une extension Chrome développée par borzecki.daniel, et sa fonction principale est "Fontify - get your fonts right!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Fontify

Téléchargez les fichiers d'extension Fontify au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Fontify Fontify
ID pfcgofaibgeffbgdmpohcdkonkinnkng
URL Officiel https://chromewebstore.google.com/detail/fontify/pfcgofaibgeffbgdmpohcdkonkinnkng
Description Fontify - get your fonts right!
Taille du Fichier 15.5 KB
Nombre d'Installations 18
Version Actuelle 1.0.2
Dernière Mise à Jour 2020-12-06
Date de Publication 2020-11-15
Développeur borzecki.daniel
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}