Anyquere Firefox

Examine source code of Anyquere

Inspect and view changes in Anyquere source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Anyquere",
  "description": "Search through your local or Google Sheets spreadsheet data by selecting text on any webpage",
  "version": "1.0.4",
  "permissions": [
    "storage",
    "contextMenus",
    "notifications",
    "tabs"
  ],
  "host_permissions": [
    "https://docs.google.com/spreadsheets/d/*/export?format=csv*"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_title": "Anyquere"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "anyquere@local.dev",
      "strict_min_version": "109.0"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-scripts/content.js"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; frame-src 'self'; connect-src 'self' https://docs.google.com; img-src 'self' data: https:; font-src 'self' data:; style-src 'self' 'unsafe-inline';"
  }
}

Best Anyquere Alternatives

Here are some Firefox add-ons that are similar to Anyquere: