Redmine title of tab (by WE)

Redmine title of tab (by WE)

This is micro add-on for Redmine. It changes the title the tab, setting the beginning of the issue number. This is useful when large number of tabs and tasks. This addon is made just for themselves. It work if page URL include string "redmine"

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Redmine title of tab",
  "version": "0.0.3resigned1",
  "description": "This is micro add-on for Redmine. It changes the title the tab, setting the beginning of the issue number. This is useful when large number of tabs and tasks. This addon is made just for themselves",
  "icons": {
    "48": "redmine_tab_icon48.png"
  },
  "applications": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "include_globs": [
        "*redmine*"
      ],
      "js": [
        "change-title.js"
      ]
    }
  ]
}