export-domain Firefox

Examine source code of export-domain

Par : ffminus
Inspect and view changes in export-domain source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "export-domain",
  "version": "1.0.0",
  "description": "Copy URL of all tabs of the current site, then close them",
  "browser_specific_settings": {
    "gecko": {
      "id": "export-domain@ffminus",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "clipboardWrite",
    "tabs"
  ],
  "browser_action": {
    "default_title": "Copy URL of all tabs of the current site, then close them"
  },
  "icons": {
    "48": "icons/export-domain-48.png",
    "96": "icons/export-domain-96.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}

Meilleures alternatives export-domain

Voici quelques Firefox add-ons qui sont similaires à export-domain :