Red Typography

Typography in text fields.

Apa itu Red Typography?

Red Typography adalah ekstensi Chrome yang dikembangkan oleh Denis Seleznev, dan fitur utamanya adalah "Typography in text fields.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Red Typography

Unduh file ekstensi Red Typography dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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/                    

Informasi Dasar Ekstensi

Nama Red Typography Red Typography
ID dgmmkhdeghobfcedlnmgbncknnfjhnmo
URL Resmi https://chromewebstore.google.com/detail/red-typography/dgmmkhdeghobfcedlnmgbncknnfjhnmo
Deskripsi Typography in text fields.
Ukuran File 45.3 KB
Jumlah Instalasi 591
Versi Saat Ini 1.4.0
Terakhir Diperbarui 2023-05-09
Tanggal Publikasi 2019-03-08
Penilaian 4.00/5 Total 17 Penilaian
Pengembang Denis Seleznev
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/typograf/red-typography-webextension/
URL Halaman Bantuan https://github.com/typograf/red-typography-webextension/issues
Bahasa yang Didukung 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"
    }
}