WORKHUB

WORKHUB

Chrome extension that detects when a duplicate tab is opened and activates already existing tab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "WORKHUB",
  "version": "1.1.2",
  "icons": {
    "16": "icons/workhub.png",
    "48": "icons/workhub.png",
    "128": "icons/workhub.png"
  },
  "manifest_version": 2,
  "description": "Chrome extension that detects when a duplicate tab is opened and activates already existing tab",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "tabs"
  ],
  "browser_action": {
    "default_title": "WORKHUB"
  }
}