Inter-tab history

Inter-tab history

Ever wonder: 'How did I get to this tab?'

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Inter-tab history",
  "description": "Ever wonder: 'How did I get to this tab?'",
  "version": "0.3.1",
  "browser_action": {
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "19": "icon19.png",
    "128": "icon128.png"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "permissions": [
    "storage",
    "activeTab",
    "chrome://favicon/",
    "tabs"
  ]
}