By: tooxo
Inspect and view changes in LaTeX Autocomplete for Notion source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"$schema": "https://raw.githubusercontent.com/cezaraugusto/chrome-extension-manifest-json-schema/refs/heads/main/manifest/manifest.schema.v3.json",
"name": "LaTeX Autocomplete for Notion",
"author": "Till Schulte",
"version": "2.2.1",
"manifest_version": 3,
"minimum_chrome_version": "120",
"description": "Adds autocompletion to notion equation fields.",
"content_scripts": [
{
"matches": [
"https://notion.so/*",
"https://www.notion.so/*"
],
"js": [
"autocomplete.js"
],
"css": [
"styles.css"
],
"world": "MAIN"
}
],
"permissions": [
"storage",
"scripting"
],
"host_permissions": [
"https://notion.so/*",
"https://www.notion.so/*"
],
"browser_specific_settings": {
"gecko": {
"id": "not_lat_auto@tillschulte.de",
"data_collection_permissions": {
"required": [
"none"
]
}
}
}
} Best LaTeX Autocomplete for Notion Alternatives
Here are some Firefox add-ons that are similar to LaTeX Autocomplete for Notion: