Ascii Math Unicode

A tool for rendering selected ascii math as unicode

Ascii Math Unicodeคืออะไร?

Ascii Math Unicode เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://hafaio.github.io และคุณลักษณะหลักของมันคือ "A tool for rendering selected ascii math as unicode"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ascii Math Unicode

ดาวน์โหลดไฟล์ส่วนขยาย Ascii Math Unicode ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Ascii Math Unicode Ascii Math Unicode
ID llehdcbaonklonjlfgeggamnebgggoab
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ascii-math-unicode/llehdcbaonklonjlfgeggamnebgggoab
คำอธิบาย A tool for rendering selected ascii math as unicode
ขนาดไฟล์ 374 KB
จำนวนการติดตั้ง 86
เวอร์ชันปัจจุบัน 2.0.1
อัปเดตครั้งล่าสุด 2023-07-23
วันที่เผยแพร่ 2021-06-30
ผู้พัฒนา https://hafaio.github.io
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://github.com/hafaio/asciimath-unicode/issues
ภาษาที่รองรับ 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
}