TeX to Unicode

Convert LaTeX to Unicode by pressing 'Alt + W' ('Control + W' for Mac) in browser inputs.

Was ist TeX to Unicode?

TeX to Unicode ist eine Chrome-Erweiterung, die von https://golopot.github.io/tex-to-unicode entwickelt wurde, und ihr Hauptmerkmal ist "Convert LaTeX to Unicode by pressing 'Alt + W' ('Control + W' for Mac) in browser inputs.".

Erweiterungsscreenshots

screenshot

TeX to Unicode-Erweiterungs-CRX-Datei herunterladen

Laden Sie TeX to Unicode-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Convert TeX math symbols to Unicode in browser inputs. Select TeX and press Alt + W  (Control + W for Mac).                    

Grundlegende Informationen zur Erweiterung

Name TeX to Unicode TeX to Unicode
ID kdojinhjlhbmmbfogccabogomjpjijif
Offizielle URL https://chromewebstore.google.com/detail/tex-to-unicode/kdojinhjlhbmmbfogccabogomjpjijif
Beschreibung Convert LaTeX to Unicode by pressing 'Alt + W' ('Control + W' for Mac) in browser inputs.
Dateigröße 73.66 KB
Installationsanzahl 4,541
Aktuelle Version 1.6.3
Letztes Update 2023-08-09
Veröffentlichungsdatum 2019-11-22
Bewertung 4.50/5 Insgesamt 14 Bewertungen
Entwickler https://golopot.github.io/tex-to-unicode
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://golopot.github.io/tex-to-unicode/
Hilfeseite URL https://github.com/golopot/tex-to-unicode
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.6.3",
    "name": "TeX to Unicode",
    "description": "Convert LaTeX to Unicode by pressing 'Alt + W' ('Control + W' for Mac) in browser inputs.",
    "action": {
        "default_title": "TeX to Unicode",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "convert": {
            "suggested_key": {
                "default": "Alt+W",
                "mac": "MacCtrl+W"
            },
            "description": "Convert selected TeX to unicode."
        }
    },
    "icons": {
        "48": "\/assets\/icon48.png",
        "128": "\/assets\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "scripting"
    ]
}