TabCtl Firefox

Examine source code of TabCtl

By: slastra Add-on
Inspect and view changes in TabCtl source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Control your browser's tabs from command line with tabctl",
  "manifest_version": 2,
  "name": "TabCtl",
  "version": "2.1.0",
  "homepage_url": "https://github.com/slastra/tabctl",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "tabctl",
    "default_icon": {
      "16": "tabctl-icon-16x16.png",
      "48": "tabctl-icon-48x48.png",
      "128": "tabctl-icon-128x128.png"
    }
  },
  "icons": {
    "16": "tabctl-icon-16x16.png",
    "48": "tabctl-icon-48x48.png",
    "128": "tabctl-icon-128x128.png"
  },
  "permissions": [
    "nativeMessaging",
    "tabs"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "tabctl@slastra.github.io",
      "strict_min_version": "58.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best TabCtl Alternatives

Here are some Firefox add-ons that are similar to TabCtl: