Red Typography

Typography in text fields.

Red Typographyคืออะไร?

Red Typography เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Denis Seleznev และคุณลักษณะหลักของมันคือ "Typography in text fields."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Red Typography

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}