Notion Equation Autocomplete Firefox

Examine source code of Notion Equation Autocomplete

By: Apryoty
Inspect and view changes in Notion Equation Autocomplete source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Notion Equation Autocomplete",
  "version": "1.0.0",
  "description": "Enhance your mathematical writing experience on Notion with autocompletion for LaTeX commands",
  "permissions": [
    "activeTab",
    "https://*.notion.so/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.notion.so/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "notion-equation-autocomplete@apryoty.com",
      "strict_min_version": "78.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png",
    "128": "icons/icon-128.png"
  },
  "developer": {
    "name": "Apryoty",
    "url": "https://github.com/apryoty/notion-equation-autocomplete"
  }
}

Best Notion Equation Autocomplete Alternatives

Here are some Firefox add-ons that are similar to Notion Equation Autocomplete: