Pinned Tab Groups - PTG ๐Ÿ“‚ ๐Ÿ—‚๏ธ Firefox

Examine source code of Pinned Tab Groups - PTG ๐Ÿ“‚ ๐Ÿ—‚๏ธ

By: Dan
Inspect and view changes in Pinned Tab Groups - PTG ๐Ÿ“‚ ๐Ÿ—‚๏ธ source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Group Pinned Tabs",
  "version": "2.2",
  "description": "Collapse multiple pinned tabs into a single group tab, expand on click.",
  "icons": {
    "48": "folder.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "pinned-tab-groups@addon",
      "strict_min_version": "115.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "tabs",
    "menus",
    "storage",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "eaut.js",
      "background.js"
    ]
  },
  "web_accessible_resources": [
    "group.html",
    "placeholder.html",
    "folder.png"
  ]
}

Best Pinned Tab Groups - PTG ๐Ÿ“‚ ๐Ÿ—‚๏ธ Alternatives

Here are some Firefox add-ons that are similar to Pinned Tab Groups - PTG ๐Ÿ“‚ ๐Ÿ—‚๏ธ: