Slideshow Tabs

A Chromium extension to slideshow open tabs.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "__MSG_appName__",
  "version": "3.1",
  "manifest_version": 3,
  "author": "[email protected]",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "icons": {
    "16": "icons/slideshow-icon-16.png",
    "32": "icons/slideshow-icon-32.png",
    "48": "icons/slideshow-icon-48.png",
    "128": "icons/slideshow-icon-128.png"
  },
  "action": {
    "default_title": "__MSG_action_title__",
    "default_popup": "popup/popup.html"
  },
  "background": {
    "service_worker": "scripts/background.js"
  },
  "commands": {},
  "permissions": [
    "storage"
  ],
  "web_accessible_resources": [],
  "minimum_chrome_version": "102",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}