TeX to Unicode
Convert LaTeX to Unicode by pressing 'Alt + W' ('Control + W' for Mac) in browser inputs.
Hvad er TeX to Unicode?
TeX to Unicode er en Chrome-udvidelse udviklet af https://golopot.github.io/tex-to-unicode, og dens hovedfunktion er "Convert LaTeX to Unicode by pressing 'Alt + W' ('Control + W' for Mac) in browser inputs.".
Udvidelsesskærmbilleder
Download TeX to Unicode-udvidelses-CRX-fil
Download TeX to Unicode-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Convert TeX math symbols to Unicode in browser inputs. Select TeX and press Alt + W (Control + W for Mac).
Grundlæggende oplysninger om udvidelsen
Navn | TeX to Unicode |
ID | kdojinhjlhbmmbfogccabogomjpjijif |
Officiel URL | https://chromewebstore.google.com/detail/tex-to-unicode/kdojinhjlhbmmbfogccabogomjpjijif |
Beskrivelse | Convert LaTeX to Unicode by pressing 'Alt + W' ('Control + W' for Mac) in browser inputs. |
Filstørrelse | 73.66 KB |
Antal Installationer | 4,541 |
Nuværende Version | 1.6.3 |
Senest Opdateret | 2023-08-09 |
Udgivelsesdato | 2019-11-22 |
Bedømmelse | 4.50/5 Samlet 14 Bedømmelser |
Udvikler | https://golopot.github.io/tex-to-unicode |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://golopot.github.io/tex-to-unicode/ |
Hjælpeside-URL | https://github.com/golopot/tex-to-unicode |
Understøttede Sprog | 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" ] } |