Gmail Navigation Firefox

Examine source code of Gmail Navigation

提供元: Psyther Add-on
Inspect and view changes in Gmail Navigation source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Gmail Navigation",
  "description": "Gmail Navigation helps you quickly jump between emails and attachments within lengthy email threads, eliminating the need for endless scrolling.",
  "version": "1.0",
  "manifest_version": 3,
  "permissions": [
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "gmail-navigation@psyther.dev",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://mail.google.com/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "style.css"
      ]
    }
  ],
  "action": {
    "default_popup": "index.html",
    "default_icon": "icon.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "icons/*.svg"
      ],
      "matches": [
        "https://mail.google.com/*"
      ]
    }
  ]
}

ベストのGmail Navigation代替案

Gmail Navigationに類似したFirefox add-onをいくつか紹介します: