Quote Keeper Firefox

Examine source code of Quote Keeper

제작자: jmemcc
Inspect and view changes in Quote Keeper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Quote Keeper",
  "version": "1.0",
  "description": "An extension to bookmark quotes.",
  "permissions": [
    "contextMenus",
    "storage",
    "tabs"
  ],
  "background": {
    "service_worker": "background.js",
    "type": "module",
    "scripts": [
      "browserPolyfill.js",
      "background.js"
    ]
  },
  "action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icons/icon.png",
    "32": "icons/icon.png",
    "48": "icons/icon.png",
    "128": "icons/icon.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "popup.js",
        "browserPolyfill.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "browserPolyfill.js",
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "6adab51ece38c62c3a64705009b9333b5b1565d4@quote_keeper"
    }
  }
}

최고의 Quote Keeper 대안

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