Red Typography

Typography in text fields.

Red Typography là gì?

Red Typography là một tiện ích mở rộng Chrome được phát triển bởi Denis Seleznev, và tính năng chính của nó là "Typography in text fields.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Red Typography

Tải xuống các tệp mở rộng Red Typography dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Red Typography Red Typography
ID dgmmkhdeghobfcedlnmgbncknnfjhnmo
URL Chính Thức https://chromewebstore.google.com/detail/red-typography/dgmmkhdeghobfcedlnmgbncknnfjhnmo
Mô tả Typography in text fields.
Kích Thước Tệp 45.3 KB
Số Lần Cài Đặt 591
Phiên Bản Hiện Tại 1.4.0
Cập Nhật Lần Cuối 2023-05-09
Ngày Phát Hành 2019-03-08
Đánh Giá 4.00/5 Tổng số 17 Đánh Giá
Nhà Phát Triển Denis Seleznev
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/typograf/red-typography-webextension/
URL Trang Trợ Giúp https://github.com/typograf/red-typography-webextension/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}