Mathematica Editor-buttons for StackExchange

Mathematica Editor-buttons for StackExchange

This browser user-script adds additional buttons to the Q&A editor on mathematica.stackexchange.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Mathematica Editor-buttons for StackExchange",
  "short_name": "m_toolbar",
  "version": "1.4.3",
  "icons": {
    "128": "icon128.png"
  },
  "author": "Patrick Scheibe",
  "description": "This browser user-script adds additional buttons to the Q&A editor on mathematica.stackexchange.com",
  "content_scripts": [
    {
      "matches": [
        "https://mathematica.stackexchange.com/*",
        "https://mathematica.meta.stackexchange.com/*",
        "https://math.stackexchange.com/*"
      ],
      "js": [
        "m_toolbar.user.js"
      ]
    }
  ]
}