TeX to Unicode
Convert LaTeX to Unicode by pressing 'Alt + W' ('Control + W' for Mac) in browser inputs.
Cos'è TeX to Unicode?
TeX to Unicode è un'estensione di Chrome sviluppata da https://golopot.github.io/tex-to-unicode, e la sua funzione principale è "Convert LaTeX to Unicode by pressing 'Alt + W' ('Control + W' for Mac) in browser inputs.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TeX to Unicode
Scarica i file di estensione TeX to Unicode in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Convert TeX math symbols to Unicode in browser inputs. Select TeX and press Alt + W (Control + W for Mac). Informazioni di Base sull'Estensione
| Nome | |
| ID | kdojinhjlhbmmbfogccabogomjpjijif |
| URL Ufficiale | https://chromewebstore.google.com/detail/tex-to-unicode/kdojinhjlhbmmbfogccabogomjpjijif |
| Descrizione | Convert LaTeX to Unicode by pressing 'Alt + W' ('Control + W' for Mac) in browser inputs. |
| Dimensione del File | 73.66 KB |
| Conteggio Installazioni | 4,541 |
| Versione Corrente | 1.6.3 |
| Ultimo Aggiornamento | 2023-08-09 |
| Data di Pubblicazione | 2019-11-22 |
| Valutazione | 4.50/5 Totale 14 Valutazioni |
| Sviluppatore | https://golopot.github.io/tex-to-unicode |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://golopot.github.io/tex-to-unicode/ |
| URL della Pagina di Aiuto | https://github.com/golopot/tex-to-unicode |
| Lingue Supportate | 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"
]
} | |