TabList

TabList

This extension will list all opened tabs in a new tab. Useful if you have opened like hundred of tabs.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "TabList",
  "version": "1.0.9",
  "description": "This extension will list all opened tabs in a new tab. Useful if you have opened like hundred of tabs.",
  "chrome_url_overrides": {
    "newtab": "newTab.html"
  },
  "incognito": "split",
  "icons": {
    "128": "icon.png"
  },
  "permissions": [
    "tabs",
    "bookmarks",
    "storage",
    "chrome://favicon/"
  ],
  "options_page": "options.html",
  "manifest_version": 2,
  "web_accessible_resources": [
    "fonts/*"
  ]
}