Examine source code of OneInATabRow

Inspect and view changes in OneInATabRow source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "OneInATabRow",
  "description": "Closes and lists your recent tabs is one page",
  "version": "1.0.4",
  "manifest_version": 3,
  "permissions": [
    "storage",
    "tabs"
  ],
  "action": {
    "default_title": "Click me to join all tabs in a one-page list",
    "default_icon": "simplyonetab-green-icon.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}