Inspect and view changes in LaTeX Formatter source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "LaTeX Formatter",
"description": "Format LaTeX code easily within your browser. Just paste your LaTeX text, and the formatted text will be copied to your clipboard.",
"version": "1.0.1",
"manifest_version": 3,
"action": {
"default_popup": "popup/popup.html"
},
"icons": {
"16": "images/16x16.png",
"32": "images/32x32.png",
"48": "images/48x48.png",
"128": "images/128x128.png"
},
"permissions": [
"clipboardWrite"
]
}