Font Style

Font Style is a new tool for viewing your font collection from your Google Chrome.

Qu'est-ce que Font Style ?

Font Style est une extension Chrome développée par https://www.keymetic.com, et sa fonction principale est "Font Style is a new tool for viewing your font collection from your Google Chrome.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Font Style

Téléchargez les fichiers d'extension Font Style 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

                        Font Style is a new tool for viewing your font collection from your web browser.
The font viewer allows you to easily review and catalog all of your installed fonts. Just install the extension and you can use chrome to test all your fonts.                    

Informations de Base sur l'Extension

Nom Font Style Font Style
ID ajcdhdekjnodelbjdobjeodhemkkconf
URL Officiel https://chromewebstore.google.com/detail/font-style/ajcdhdekjnodelbjdobjeodhemkkconf
Description Font Style is a new tool for viewing your font collection from your Google Chrome.
Taille du Fichier 14.53 KB
Nombre d'Installations 721
Version Actuelle 1.0
Dernière Mise à Jour 2013-07-13
Date de Publication 2013-07-13
Évaluation 4.00/5 Total 9 Évaluations
Développeur https://www.keymetic.com
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "name": "Font Style",
    "description": "Font Style is a new tool for viewing your font collection from your Google Chrome.",
    "browser_action": {
        "default_icon": "icon48.png",
        "default_title": "Font Style",
        "default_popup": "fontstyle.html"
    },
    "manifest_version": 2,
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "fontSettings"
    ]
}