QuoteURLText2 Firefox

Examine source code of QuoteURLText2

提供元: Jay Palat
Inspect and view changes in QuoteURLText2 source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "QuoteURLText",
  "version": "3.0",
  "homepage_url": "https://qoelabs.com/quoteurltext",
  "description": "Templated copies of text for annotations",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*",
        "file:///*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ],
  "browser_action": {
    "default_title": "Quote option",
    "default_icon": "quote_icon.svg"
  },
  "applications": {
    "gecko": {
      "id": "quoteurltext@qoelabs.com"
    }
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": false,
    "open_in_tab": false
  },
  "icons": {
    "48": "quote_icon.svg",
    "96": "quote_icon.svg"
  },
  "permissions": [
    "activeTab",
    "contextMenus",
    "clipboardWrite",
    "storage"
  ]
}

ベストのQuoteURLText2代替案

QuoteURLText2に類似したFirefox add-onをいくつか紹介します: