SPTE Firefox

Examine source code of SPTE

Inspect and view changes in SPTE source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "SPTE",
  "description": "Affiche quelques erreurs sur les traductions françaises WordPress",
  "version": "1.1.0",
  "manifest_version": 2,
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "page_action": {
    "default_title": "SPTE",
    "default_popup": "pageAction/index.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    },
    "show_matches": [
      "https://translate.wordpress.org/*"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://translate.wordpress.org/*"
      ],
      "css": [
        "style.css"
      ],
      "js": [
        "data.js",
        "regex.js",
        "styles.js",
        "helpers.js",
        "spte.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{baaf1485-bb79-407c-83f6-b9e30032f436}"
    }
  }
}

Best SPTE Alternatives

Here are some Firefox add-ons that are similar to SPTE: