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"
    }
}