Math Equations Anywhere
Add equations to your math page
什麼是Math Equations Anywhere?
Math Equations Anywhere是由https://mathequations.dev開發的Chrome擴展程式,該擴展的主要功能是“Add equations to your math page”。
擴展截圖
下載Math Equations Anywhere擴展crx文件
下載Math Equations Anywhere擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
--Features Support * Support for Latex,MathML, AsciiMath * should work on most websites * Colored Equations * Multiple Sizes * Downloadable Images How it works Type your math equation into the left text box and a preview of the image will be created on the right. When you are done it, click the "copy image" button and it will load the image into your clipboard. Then you can past the images with the command "Ctrl + V" or by right clicking and pasting. On website that support you can just drag the image into the webpage. Tested on * Google Slides, Google Docs, * Onenote message me with error or features at [email protected] Code - https://github.com/brendena/MathEquations-ExtensionV2
擴展基本資訊
名稱 | Math Equations Anywhere |
ID | fkioioejambaepmmpepneigdadjpfamh |
官方網址 | https://chromewebstore.google.com/detail/math-equations-anywhere/fkioioejambaepmmpepneigdadjpfamh |
簡介 | Add equations to your math page |
檔案大小 | 1.03 MB |
安裝次數 | 11,831 |
目前版本 | 5.0.3 |
更新時間 | 2022-07-20 |
上架時間 | 2020-03-29 |
評分 | 4.10/5 共 10 次評分 |
開發者 | https://mathequations.dev |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Math Equations Anywhere", "version": "5.0.3", "description": "Add equations to your math page", "manifest_version": 3, "author": "Brenden Adamczak", "permissions": [ "activeTab", "clipboardWrite", "scripting", "storage" ], "background": { "service_worker": "background.js" }, "commands": { "open-close-extension": { "suggested_key": { "default": "Ctrl+Shift+U" }, "description": "Opens the extension or closes it" } }, "icons": { "16": ".\/img\/16x16.png", "32": ".\/img\/32x32.png", "48": ".\/img\/48x48.png", "96": ".\/img\/96x96.png", "128": ".\/img\/128x128.png", "512": ".\/img\/512x512.png" }, "action": { "default_icon": [], "default_title": "Math Equations" } } |