Font Style

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

What is Font Style?

Font Style is a Chrome extension developed by https://www.keymetic.com, and its main feature is "Font Style is a new tool for viewing your font collection from your Google Chrome.".

Extension Screenshots

screenshot

Download Font Style Extension CRX File

Download Font Style extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Font Style Font Style
ID ajcdhdekjnodelbjdobjeodhemkkconf
Official URL https://chromewebstore.google.com/detail/font-style/ajcdhdekjnodelbjdobjeodhemkkconf
Description Font Style is a new tool for viewing your font collection from your Google Chrome.
File Size 14.53 KB
Installation Count 721
Current Version 1.0
Last Updated 2013-07-13
Publish Date 2013-07-13
Rating 4.00/5 Total 9 Ratings
Developer https://www.keymetic.com
Payment Type free
Supported Languages 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"
    ]
}