MathJax Pad
Renders mathematical typeography from text as you type, using the MathJax library
Apa itu MathJax Pad?
MathJax Pad adalah ekstensi Chrome yang dikembangkan oleh b romney, dan fitur utamanya adalah "Renders mathematical typeography from text as you type, using the MathJax library".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi MathJax Pad
Unduh file ekstensi MathJax Pad dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | MathJax Pad |
ID | ppindibaephofmiakejfaieldbagemjn |
URL Resmi | https://chromewebstore.google.com/detail/mathjax-pad/ppindibaephofmiakejfaieldbagemjn |
Deskripsi | Renders mathematical typeography from text as you type, using the MathJax library |
Ukuran File | 5.85 KB |
Jumlah Instalasi | 136 |
Versi Saat Ini | 2.0 |
Terakhir Diperbarui | 2018-08-26 |
Tanggal Publikasi | 2018-08-26 |
Pengembang | b romney |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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'" } |