Ascii Math Unicode
A tool for rendering selected ascii math as unicode
Ascii Math Unicode là gì?
Ascii Math Unicode là một tiện ích mở rộng Chrome được phát triển bởi https://hafaio.github.io, và tính năng chính của nó là "A tool for rendering selected ascii math as unicode".
Ả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 Ascii Math Unicode
Tải xuống các tệp mở rộng Ascii Math 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 AsciiMath into unicode! Highlight any AsciiMath expression, and and convert it into the corresponding unicode by clicking on the extension. Allows you to turn an expression like "sum_(i=1)^n i^3=((n(n+1))/2)^2" into "∑ᵢ₌₁ⁿ i³=(ⁿ⁽ⁿ⁺¹⁾⁄₂)²". This expression can still be copied and pasted and will work in emails or messages. You can also convert text with the customizable shortcut `Ctrl+Shift+K` or by using a context menu.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Ascii Math Unicode |
ID | llehdcbaonklonjlfgeggamnebgggoab |
URL Chính Thức | https://chromewebstore.google.com/detail/ascii-math-unicode/llehdcbaonklonjlfgeggamnebgggoab |
Mô tả | A tool for rendering selected ascii math as unicode |
Kích Thước Tệp | 374 KB |
Số Lần Cài Đặt | 86 |
Phiên Bản Hiện Tại | 2.0.1 |
Cập Nhật Lần Cuối | 2023-07-23 |
Ngày Phát Hành | 2021-06-30 |
Nhà Phát Triển | https://hafaio.github.io |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://github.com/hafaio/asciimath-unicode/issues |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ascii Math Unicode", "description": "A tool for rendering selected ascii math as unicode", "version": "2.0.1", "options_page": "out\/index.html", "permissions": [ "activeTab", "scripting", "contextMenus", "storage" ], "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'" }, "background": { "service_worker": "service_worker.js" }, "action": { "default_title": "Convert selected ascii math" }, "commands": { "ascii-math-unicode": { "suggested_key": { "default": "Ctrl+Shift+K" }, "description": "Convert current selection from ascii math to unicode" } }, "icons": { "16": "\/images\/am16.png", "32": "\/images\/am32.png", "48": "\/images\/am48.png", "128": "\/images\/am128.png" }, "manifest_version": 3 } |