MathJax Pad
Renders mathematical typeography from text as you type, using the MathJax library
什麼是MathJax Pad?
MathJax Pad是由b romney開發的Chrome擴展程式,該擴展的主要功能是“Renders mathematical typeography from text as you type, using the MathJax library”。
擴展截圖
下載MathJax Pad擴展crx文件
下載MathJax Pad擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A super simple extension that renders mathematical typeography as you type, using the MathJax library. Please let me know of any recommendations for updates or enhancements.
擴展基本資訊
名稱 | MathJax Pad |
ID | ppindibaephofmiakejfaieldbagemjn |
官方網址 | https://chromewebstore.google.com/detail/mathjax-pad/ppindibaephofmiakejfaieldbagemjn |
簡介 | Renders mathematical typeography from text as you type, using the MathJax library |
檔案大小 | 5.85 KB |
安裝次數 | 136 |
目前版本 | 2.0 |
更新時間 | 2018-08-26 |
上架時間 | 2018-08-26 |
開發者 | b romney |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MathJax Pad", "description": "Renders mathematical typeography from text as you type, using the MathJax library", "version": "2.0", "manifest_version": 2, "background": { "scripts": [ "script.js" ] }, "browser_action": { "default_title": "Open the Pad", "default_icon": "icon.png", "default_popup": "pad.html" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/mathjax\/; object-src 'self'" } |