GMail: search in inbox Firefox

Examine source code of GMail: search in inbox

By: vsego Add-on
Inspect and view changes in GMail: search in inbox source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "GMail: search in inbox",
  "version": "1.0.0",
  "description": "Adds a Gmail search button and Ctrl+Enter shortcut that search the current query within the inbox.",
  "icons": {
    "16": "assets/icon-16.png",
    "32": "assets/icon-32.png",
    "48": "assets/icon-48.png",
    "128": "assets/icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://mail.google.com/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "gmail-search-in-inbox@example.local",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best GMail: search in inbox Alternatives

Here are some Firefox add-ons that are similar to GMail: search in inbox: