CloseTabTimer

CloseTabTimer

Closes tabs with timers. Allows the user to create a timer for each tab that will automatically close once the timer is up. Multiple timers can run at the same time, and timers can be cleared.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "Closes tabs on a timer",
  "manifest_version": 2,
  "name": "CloseTabTimer",
  "version": "1.0",
  "homepage_url": "https://github.com/AluminumChassis/CloseTabTimer",
  "icons": {
    "48": "icons/closetabs.png"
  },
  "background": {
    "scripts": [
      "CloseTabTimer.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "48": "icons/closetabs.png"
    },
    "default_title": "CloseTabTimer",
    "default_popup": "popup/default.html"
  }
}