Gmail reverse conversation Firefox

Examine source code of Gmail reverse conversation

Por: Tomasz
Inspect and view changes in Gmail reverse conversation source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "action": {
    "default_icon": {
      "48": "img/icon_48.png"
    },
    "default_title": "Gmail reverse conversation"
  },
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "js/gmail-reverse-conversation.js"
      ],
      "matches": [
        "https://mail.google.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "The add-on reverse emails in conversation view.",
  "icons": {
    "24": "img/icon_24.png",
    "48": "img/icon_48.png"
  },
  "manifest_version": 3,
  "name": "Gmail reverse conversation",
  "version": "0.0.16",
  "web_accessible_resources": [
    {
      "matches": [
        "https://mail.google.com/*"
      ],
      "resources": [
        "js/gmail-reverse-conversation.js",
        "img/*.png",
        "css/gmail-reverse-conversation.css"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{10df04ee-bbe3-4748-91e1-681b747a0420}",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Mejores alternativas Gmail reverse conversation

Aquí hay algunas Firefox add-ons que son similares a Gmail reverse conversation: