Font Style

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

O que é Font Style?

Font Style é uma extensão do Chrome desenvolvida por https://www.keymetic.com, e sua principal característica é "Font Style is a new tool for viewing your font collection from your Google Chrome.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Font Style

Baixe arquivos de extensão Font Style no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Font Style Font Style
ID ajcdhdekjnodelbjdobjeodhemkkconf
URL Oficial https://chromewebstore.google.com/detail/font-style/ajcdhdekjnodelbjdobjeodhemkkconf
Descrição Font Style is a new tool for viewing your font collection from your Google Chrome.
Tamanho do Arquivo 14.53 KB
Contagem de Instalações 721
Versão Atual 1.0
Última Atualização 2013-07-13
Data de Publicação 2013-07-13
Classificação 4.00/5 Total de 9 Avaliações
Desenvolvedor https://www.keymetic.com
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}