MathJax Pad
Renders mathematical typeography from text as you type, using the MathJax library
MathJax Pad là gì?
MathJax Pad là một tiện ích mở rộng Chrome được phát triển bởi b romney, và tính năng chính của nó là "Renders mathematical typeography from text as you type, using the MathJax library".
Ả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 MathJax Pad
Tải xuống các tệp mở rộng MathJax Pad 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | MathJax Pad |
ID | ppindibaephofmiakejfaieldbagemjn |
URL Chính Thức | https://chromewebstore.google.com/detail/mathjax-pad/ppindibaephofmiakejfaieldbagemjn |
Mô tả | Renders mathematical typeography from text as you type, using the MathJax library |
Kích Thước Tệp | 5.85 KB |
Số Lần Cài Đặt | 136 |
Phiên Bản Hiện Tại | 2.0 |
Cập Nhật Lần Cuối | 2018-08-26 |
Ngày Phát Hành | 2018-08-26 |
Nhà Phát Triển | b romney |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |