Unicode Math With LaTeX

Replace LaTeX to unicode math symbols

Vad är Unicode Math With LaTeX?

Unicode Math With LaTeX är en Chrome-tillägg utvecklad av boris.pristupa, och dess huvudfunktion är "Replace LaTeX to unicode math symbols".

Tilläggsskärmbilder

screenshot

Ladda ner Unicode Math With LaTeX-förlängningens CRX-fil

Ladda ner Unicode Math With LaTeX-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Replaces LaTeX symbols you write to Unicode symbols. To use it, write some LaTeX (e.g. \alpha_1 \to +\infty), select it and hit Ctrl+Space. The example above becomes α₁ → +∞.

Primary target is VK.com, so it might not be stable on some other sites. You may try it on https://translate.yandex.ru/ (just put the example text from above to a translation field there, select the text and hit Ctrl+Space).                    

Grundläggande Information om Tillägg

Namn Unicode Math With LaTeX Unicode Math With LaTeX
ID ibkgdciabanomodabiacaaidadoehgkd
Officiell webbadress https://chromewebstore.google.com/detail/unicode-math-with-latex/ibkgdciabanomodabiacaaidadoehgkd
Beskrivning Replace LaTeX to unicode math symbols
Filstorlek 33.5 KB
Antal Installationer 98
Aktuell Version 1.0
Senast Uppdaterad 2021-04-15
Publiceringsdatum 2021-04-14
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare boris.pristupa
E-post [email protected]
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Unicode Math With LaTeX",
    "description": "Replace LaTeX to unicode math symbols",
    "version": "1.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": []
}