Titlovi.com

Search title on titlovi.com site just by mouse right click.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "Titlovi.com",
  "description": "Search title on titlovi.com site",
  "version": "1.1resigned1",
  "applications": {
    "gecko": {
      "id": "sinisaaa@hotmail.com"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "contextMenus"
  ],
  "icons": {
    "16": "icon.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}