Symbol Typer - Write Math and Symbols Easily
Write special symbols in plain text and paste them anywhere!
什麼是Symbol Typer - Write Math and Symbols Easily?
Symbol Typer - Write Math and Symbols Easily是由https://symboltyper.com開發的Chrome擴展程式,該擴展的主要功能是“Write special symbols in plain text and paste them anywhere!”。
擴展截圖
下載Symbol Typer - Write Math and Symbols Easily擴展crx文件
下載Symbol Typer - Write Math and Symbols Easily擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Using Symbol Typer, you can easily type mathematical symbols in plain text.
Simply open the extension and start typing: e^x will turn into eˣ,\alpha will become α, and many other symbols are available.
- Math? Easy! A\cup B = C → A∪B=C
- Chemistry? No problem! H_2 O → H₂O
- Physics? We got your back! H(t)|\Psi(t)\ket → H(t)|Ψ(t)〉
To activate the extension press Alt+Shift+Z in your browser or set a shortcut of your own in Chrome->Settings->Extensions->Menu->Keyboard Shortcuts.
No permissions are required for Symbol Typer to work! This extension is lightweight, quick and easy.
New in version 0.71:
-- New symbol buttons
New in version 0.70:
-- New symbols including \llbracket, \rrbracket (⟦,⟧) 擴展基本資訊
| 名稱 | |
| ID | bmkeakikhanegdbepkdemnpdapfemjln |
| 官方網址 | https://chromewebstore.google.com/detail/symbol-typer-write-math-a/bmkeakikhanegdbepkdemnpdapfemjln |
| 簡介 | Write special symbols in plain text and paste them anywhere! |
| 檔案大小 | 18.19 KB |
| 安裝次數 | 1,689 |
| 目前版本 | 0.71 |
| 更新時間 | 2023-10-03 |
| 上架時間 | 2021-03-21 |
| 評分 | 5.00/5 共 1 次評分 |
| 開發者 | https://symboltyper.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://symboltyper.com?utm_source=webstore |
| 說明頁面URL | https://symboltyper.com/help.html?utm_source=webstore |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Symbol Typer - Write Math and Symbols Easily",
"version": "0.71",
"description": "Write special symbols in plain text and paste them anywhere!",
"action": {
"default_popup": "popup.html"
},
"commands": {
"_execute_action": {
"suggested_key": {
"windows": "Alt+Shift+Z",
"mac": "Alt+Shift+Z",
"chromeos": "Alt+Shift+Z",
"linux": "Alt+Shift+Z"
}
}
},
"icons": {
"128": "icon-128.png"
},
"manifest_version": 3
} | |