Virtual Tab Groups for Android Firefox

Examine source code of Virtual Tab Groups for Android

제작자: Faisal Bhuiyan
Inspect and view changes in Virtual Tab Groups for Android source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Virtual Tab Groups for Android",
  "version": "1.0.2",
  "description": "Create virtual tab groups from open tabs and save them as bookmark folders.",
  "permissions": [
    "tabs",
    "storage",
    "favicon",
    "bookmarks"
  ],
  "host_permissions": [
    "*://api.raindrop.io/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "virtualtabgroups@faisalbhuiyan.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "service_worker": "background.js",
    "type": "module"
  },
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  }
}

최고의 Virtual Tab Groups for Android 대안

다음은 Virtual Tab Groups for Android과(와) 유사한 Firefox add-on입니다: