MathJax Pad
Renders mathematical typeography from text as you type, using the MathJax library
O que é MathJax Pad?
MathJax Pad é uma extensão do Chrome desenvolvida por b romney, e sua principal característica é "Renders mathematical typeography from text as you type, using the MathJax library".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão MathJax Pad
Baixe arquivos de extensão MathJax Pad no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | MathJax Pad |
ID | ppindibaephofmiakejfaieldbagemjn |
URL Oficial | https://chromewebstore.google.com/detail/mathjax-pad/ppindibaephofmiakejfaieldbagemjn |
Descrição | Renders mathematical typeography from text as you type, using the MathJax library |
Tamanho do Arquivo | 5.85 KB |
Contagem de Instalações | 136 |
Versão Atual | 2.0 |
Última Atualização | 2018-08-26 |
Data de Publicação | 2018-08-26 |
Desenvolvedor | b romney |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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'" } |