Favitabs

Favitabs

Organise tabs by favicon, navigate them with mouse or keyboard

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Favitabs",
  "author": "Richard Tucker",
  "version": "1.1",
  "description": "Organise tabs by favicon, navigate them with mouse or keyboard",
  "icons": {
    "128": "icon128.png"
  },
  "permissions": [
    "tabs"
  ],
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Alt+F"
      }
    }
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "action": {
    "default_popup": "popup.html"
  }
}