Quick Access Firefox

Examine source code of Quick Access

제작자: Gelencsér Gergő
Inspect and view changes in Quick Access source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "minimum_chrome_version": "121",
  "name": "__MSG_app_name__",
  "description": "__MSG_app_description__",
  "version": "1.4.3",
  "author": "Gelencsér Gergő",
  "homepage_url": "https://programmerg.github.io/quick-access/",
  "default_locale": "en",
  "icons": {
    "16": "images/icon-16.png",
    "24": "images/icon-24.png",
    "32": "images/icon-32.png",
    "48": "images/icon-48.png",
    "64": "images/icon-64.png",
    "128": "images/icon-128.png"
  },
  "permissions": [
    "favicon",
    "sidePanel",
    "storage",
    "unlimitedStorage"
  ],
  "optional_permissions": [
    "bookmarks",
    "history",
    "readingList",
    "tabs",
    "tabGroups",
    "topSites"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "@quick-access.programmerg.github.io"
    }
  },
  "background": {
    "scripts": [
      "service-worker.js"
    ],
    "service_worker": "service-worker.js"
  },
  "chrome_url_overrides": {
    "newtab": "index.html?context=newtab"
  },
  "action": {
    "default_title": "__MSG_open_side_panel__"
  },
  "side_panel": {
    "default_path": "index.html?context=side_panel"
  },
  "sidebar_action": {
    "default_icon": "images/icon.png",
    "default_title": "__MSG_app_name__",
    "default_panel": "index.html?context=side_panel"
  }
}

최고의 Quick Access 대안

다음은 Quick Access과(와) 유사한 Firefox add-on입니다: