TeX to Unicode
Convert LaTeX to Unicode by pressing 'Alt + W' ('Control + W' for Mac) in browser inputs.
Qu'est-ce que TeX to Unicode ?
TeX to Unicode est une extension Chrome développée par https://golopot.github.io/tex-to-unicode, et sa fonction principale est "Convert LaTeX to Unicode by pressing 'Alt + W' ('Control + W' for Mac) in browser inputs.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension TeX to Unicode
Téléchargez les fichiers d'extension TeX to Unicode au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Convert TeX math symbols to Unicode in browser inputs. Select TeX and press Alt + W (Control + W for Mac).
Informations de Base sur l'Extension
Nom | TeX to Unicode |
ID | kdojinhjlhbmmbfogccabogomjpjijif |
URL Officiel | https://chromewebstore.google.com/detail/tex-to-unicode/kdojinhjlhbmmbfogccabogomjpjijif |
Description | Convert LaTeX to Unicode by pressing 'Alt + W' ('Control + W' for Mac) in browser inputs. |
Taille du Fichier | 73.66 KB |
Nombre d'Installations | 4,541 |
Version Actuelle | 1.6.3 |
Dernière Mise à Jour | 2023-08-09 |
Date de Publication | 2019-11-22 |
Évaluation | 4.50/5 Total 14 Évaluations |
Développeur | https://golopot.github.io/tex-to-unicode |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://golopot.github.io/tex-to-unicode/ |
URL de la Page d'Aide | https://github.com/golopot/tex-to-unicode |
Langues Prises en Charge | 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" ] } |