Font Style

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

Was ist Font Style?

Font Style ist eine Chrome-Erweiterung, die von https://www.keymetic.com entwickelt wurde, und ihr Hauptmerkmal ist "Font Style is a new tool for viewing your font collection from your Google Chrome.".

Erweiterungsscreenshots

screenshot

Font Style-Erweiterungs-CRX-Datei herunterladen

Laden Sie Font Style-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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Font Style Font Style
ID ajcdhdekjnodelbjdobjeodhemkkconf
Offizielle URL https://chromewebstore.google.com/detail/font-style/ajcdhdekjnodelbjdobjeodhemkkconf
Beschreibung Font Style is a new tool for viewing your font collection from your Google Chrome.
Dateigröße 14.53 KB
Installationsanzahl 721
Aktuelle Version 1.0
Letztes Update 2013-07-13
Veröffentlichungsdatum 2013-07-13
Bewertung 4.00/5 Insgesamt 9 Bewertungen
Entwickler https://www.keymetic.com
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}