Quick Access Dialog Firefox

Examine source code of Quick Access Dialog

Inspect and view changes in Quick Access Dialog source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Quick Access Dialog",
  "version": "1.1",
  "description": "Quickly access websites and bookmarks with a keyboard shortcut",
  "permissions": [
    "storage",
    "bookmarks",
    "tabs"
  ],
  "action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    },
    "default_title": "Quick Access",
    "default_popup": "popup.html"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Alt+O"
      },
      "description": "Open Quick Access Dialog"
    }
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "quickaccessdialog@as93.xyz"
    }
  },
  "license": "MIT"
}

Melhores alternativas Quick Access Dialog

Aqui estão algumas Firefox add-ons que são similares a Quick Access Dialog: