TeX to Unicode
Convert LaTeX to Unicode by pressing 'Alt + W' ('Control + W' for Mac) in browser inputs.
TeX to Unicode là gì?
TeX to Unicode là một tiện ích mở rộng Chrome được phát triển bởi https://golopot.github.io/tex-to-unicode, và tính năng chính của nó là "Convert LaTeX to Unicode by pressing 'Alt + W' ('Control + W' for Mac) in browser inputs.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng TeX to Unicode
Tải xuống các tệp mở rộng TeX to Unicode dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Convert TeX math symbols to Unicode in browser inputs. Select TeX and press Alt + W (Control + W for Mac).
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | TeX to Unicode |
ID | kdojinhjlhbmmbfogccabogomjpjijif |
URL Chính Thức | https://chromewebstore.google.com/detail/tex-to-unicode/kdojinhjlhbmmbfogccabogomjpjijif |
Mô tả | Convert LaTeX to Unicode by pressing 'Alt + W' ('Control + W' for Mac) in browser inputs. |
Kích Thước Tệp | 73.66 KB |
Số Lần Cài Đặt | 4,541 |
Phiên Bản Hiện Tại | 1.6.3 |
Cập Nhật Lần Cuối | 2023-08-09 |
Ngày Phát Hành | 2019-11-22 |
Đánh Giá | 4.50/5 Tổng số 14 Đánh Giá |
Nhà Phát Triển | https://golopot.github.io/tex-to-unicode |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://golopot.github.io/tex-to-unicode/ |
URL Trang Trợ Giúp | https://github.com/golopot/tex-to-unicode |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |