Red Typography

Typography in text fields.

什么是Red Typography?

Red Typography是由Denis Seleznev开发的Chrome扩展程序,该扩展的主要功能是“Typography in text fields.”。

扩展截图

screenshot
screenshot

下载Red Typography扩展crx文件

下载Red Typography扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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/                    

扩展基本信息

名称 Red Typography Red Typography
ID dgmmkhdeghobfcedlnmgbncknnfjhnmo
官方URL https://chromewebstore.google.com/detail/red-typography/dgmmkhdeghobfcedlnmgbncknnfjhnmo
简介 Typography in text fields.
文件大小 45.3 KB
安装次数 591
当前版本 1.4.0
更新时间 2023-05-09
上架时间 2019-03-08
评分 4.00/5 共17次评分
开发者 Denis Seleznev
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/typograf/red-typography-webextension/
帮助页面URL https://github.com/typograf/red-typography-webextension/issues
支持的语言 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"
    }
}