OXO Smartling Length Checker

OXO Smartling Length Checker

Checks for the strings length in Smartling webpage

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "OXO Smartling Length Checker",
  "version": "4.1.2",
  "description": "Checks for the subtitle length in Smartling webpage - by Bruno Fontes",
  "icons": {
    "48": "oxo-logo-48.png",
    "96": "oxo-logo-96.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://ti.smartling.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "permissions": [
    "contextMenus",
    "notifications"
  ]
}