Red Typography

Typography in text fields.

What is Red Typography?

Red Typography is a Chrome extension developed by Denis Seleznev, and its main feature is "Typography in text fields.".

Extension Screenshots

screenshot
screenshot

Download Red Typography Extension CRX File

Download Red Typography 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

                        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/                    

Extension Basic Information

Name Red Typography Red Typography
ID dgmmkhdeghobfcedlnmgbncknnfjhnmo
Official URL https://chromewebstore.google.com/detail/red-typography/dgmmkhdeghobfcedlnmgbncknnfjhnmo
Description Typography in text fields.
File Size 45.3 KB
Installation Count 591
Current Version 1.4.0
Last Updated 2023-05-09
Publish Date 2019-03-08
Rating 4.00/5 Total 17 Ratings
Developer Denis Seleznev
Email [email protected]
Payment Type free
Extension Website https://github.com/typograf/red-typography-webextension/
Help Page URL https://github.com/typograf/red-typography-webextension/issues
Supported Languages 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"
    }
}