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
官方網址 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"
    }
}