Tab Nudger - Tab Manager

Tab Nudger - Tab Manager

Tab Nudger by Motley Works automatically moves a tab to the 1st or last position if that tab is actively worked on for 10 seconds.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Tab Nudger - Tab Manager",
  "short_name": "Tab Nudger",
  "version": "1.0.8.1",
  "author": "Motley Works",
  "description": "Tab Nudger by Motley Works automatically moves a tab to the 1st or last position if that tab is actively worked on for 10 seconds.",
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "64": "images/icon64.png",
    "128": "images/icon128.png"
  },
  "browser_action": {
    "default_icon": "images/icon128.png",
    "default_popup": "info.html"
  },
  "background": {
    "persistent": true,
    "scripts": [
      "js/jquery.js",
      "js/jquery-ui-1.12.1.custom/jquery-ui.min.js",
      "js/tabnudger.js"
    ]
  },
  "permissions": [
    "tabs",
    "storage"
  ]
}