copyfu Firefox

Examine source code of copyfu

제작자: iquiw
Inspect and view changes in copyfu source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "copyfu",
  "description": "Copy Formatted URL and title",
  "version": "0.12.1",
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "permissions": [
    "activeTab",
    "clipboardWrite",
    "contextMenus",
    "storage",
    "tabs"
  ],
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+U"
      }
    },
    "copy-template-1": {
      "description": "__MSG_shortcut_copy_template_1__"
    },
    "copy-template-2": {
      "description": "__MSG_shortcut_copy_template_2__"
    },
    "copy-template-3": {
      "description": "__MSG_shortcut_copy_template_3__"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{ea350ae6-d119-44b0-a6d7-91b9235ad119}",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "default_locale": "en",
  "homepage_url": "https://github.com/iquiw/copyfu-extension",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_title": "CopyFU",
    "default_popup": "popup.html"
  },
  "options_ui": {
    "open_in_tab": true,
    "page": "options.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content-scripts/content.js"
      ]
    }
  ]
}

최고의 copyfu 대안

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