Red Typography

Typography in text fields.

Qu'est-ce que Red Typography ?

Red Typography est une extension Chrome développée par Denis Seleznev, et sa fonction principale est "Typography in text fields.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Red Typography

Téléchargez les fichiers d'extension Red Typography au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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/                    

Informations de Base sur l'Extension

Nom Red Typography Red Typography
ID dgmmkhdeghobfcedlnmgbncknnfjhnmo
URL Officiel https://chromewebstore.google.com/detail/red-typography/dgmmkhdeghobfcedlnmgbncknnfjhnmo
Description Typography in text fields.
Taille du Fichier 45.3 KB
Nombre d'Installations 591
Version Actuelle 1.4.0
Dernière Mise à Jour 2023-05-09
Date de Publication 2019-03-08
Évaluation 4.00/5 Total 17 Évaluations
Développeur Denis Seleznev
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/typograf/red-typography-webextension/
URL de la Page d'Aide https://github.com/typograf/red-typography-webextension/issues
Langues Prises en Charge 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"
    }
}