Inspect and view changes in MathML View Source source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "MathML View Source",
"version": "0.0.3resigned1",
"description": "A 'View MathML Source' context menu item",
"author": "Frédéric Wang",
"homepage_url": "https://github.com/fred-wang/webextension-mathml-view-source",
"icons": {
"48": "icons/icon-48.png",
"64": "icons/icon-64.png",
"96": "icons/icon-96.png"
},
"default_locale": "en_US",
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"all_frames": true,
"js": [
"get-mathml-source.js"
],
"run_at": "document_start"
}
],
"permissions": [
"contextMenus"
],
"browser_specific_settings": {
"gecko": {
"id": "@mathml-viewsource"
}
}
} ベストのMathML View Source代替案
MathML View Sourceに類似したFirefox add-onをいくつか紹介します:
MathML Copy
Frédéric Wang Nélar
MathML Font Settings
Frédéric Wang Nélar
withExEditor
asamuzaK
Native MathML
Frédéric Wang Nélar
Content MathML Polyfill
Frédéric Wang Nélar
Presentation MathML Polyfill
Frédéric Wang Nélar
TeX Gyre Bonum Math Font Package
Krasnaya Ploshchad
TeX Gyre Schola Math Font Package
Krasnaya Ploshchad
TeX Gyre Pagella Math Font Package
Krasnaya Ploshchad