Red Typography

Typography in text fields.

O que é Red Typography?

Red Typography é uma extensão do Chrome desenvolvida por Denis Seleznev, e sua principal característica é "Typography in text fields.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Red Typography

Baixe arquivos de extensão Red Typography 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

                        Red Typography automatically helps to place non-breaking spaces, correct minor typos, allow the quotation marks to a correct format, replace the hyphens with dashes in the right places and much more.

The addition does not use third-party online services.
Based on https://github.com/typograf/typograf/                    

Informações Básicas da Extensão

Nome Red Typography Red Typography
ID dgmmkhdeghobfcedlnmgbncknnfjhnmo
URL Oficial https://chromewebstore.google.com/detail/red-typography/dgmmkhdeghobfcedlnmgbncknnfjhnmo
Descrição Typography in text fields.
Tamanho do Arquivo 45.3 KB
Contagem de Instalações 591
Versão Atual 1.4.0
Última Atualização 2023-05-09
Data de Publicação 2019-03-08
Classificação 4.00/5 Total de 17 Avaliações
Desenvolvedor Denis Seleznev
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/typograf/red-typography-webextension/
URL da Página de Ajuda https://github.com/typograf/red-typography-webextension/issues
Idiomas Suportados en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_extensionDescription__",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "version": "1.4.0",
    "default_locale": "en",
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "optional_host_permissions": [
        "*:\/\/*\/*"
    ],
    "commands": {
        "typograf-key": {
            "suggested_key": {
                "default": "Alt+Shift+T"
            },
            "description": "__MSG_commandShortcut__"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "popup\/browser.js",
                "content.js"
            ]
        }
    ],
    "action": {
        "browser_style": true,
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png",
            "48": "icons\/48.png",
            "64": "icons\/64.png"
        }
    },
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png"
    }
}