TeX to Unicode

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

Wat is TeX to Unicode?

TeX to Unicode is een Chrome-extensie ontwikkeld door https://golopot.github.io/tex-to-unicode, en de belangrijkste functie is "Convert LaTeX to Unicode by pressing 'Alt + W' ('Control + W' for Mac) in browser inputs.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie TeX to Unicode

Download TeX to Unicode-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam TeX to Unicode TeX to Unicode
ID kdojinhjlhbmmbfogccabogomjpjijif
Officiële URL https://chromewebstore.google.com/detail/tex-to-unicode/kdojinhjlhbmmbfogccabogomjpjijif
Beschrijving Convert LaTeX to Unicode by pressing 'Alt + W' ('Control + W' for Mac) in browser inputs.
Bestandsgrootte 73.66 KB
Aantal Installaties 4,541
Huidige Versie 1.6.3
Laatst Bijgewerkt 2023-08-09
Publicatiedatum 2019-11-22
Beoordeling 4.50/5 Totaal 14 Beoordelingen
Ontwikkelaar https://golopot.github.io/tex-to-unicode
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://golopot.github.io/tex-to-unicode/
Help Pagina-URL https://github.com/golopot/tex-to-unicode
Ondersteunde Talen 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"
    ]
}