Alternative Copy Firefox

Examine source code of Alternative Copy

제작자: Ehryk
Inspect and view changes in Alternative Copy source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Alternative Copy",
  "short_name": "Alt.Copy",
  "version": "2.1",
  "author": "Eric Menze",
  "description": "Copies a shortened shareable link of the current tab's address to the clipboard (default: Alt+C, mac: Option+C).",
  "homepage_url": "https://github.com/Ehryk/AlternativeCopy",
  "permissions": [
    "clipboardWrite",
    "activeTab"
  ],
  "commands": {
    "alternative-copy": {
      "suggested_key": {
        "default": "Alt+C"
      },
      "description": "Copies a shortened shareable link to the clipboard"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "browser_action": {
    "default_icon": {
      "128": "icon.png"
    },
    "default_title": "Alternative Copy"
  },
  "icons": {
    "128": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "alternativecopy@ehryk.com"
    }
  }
}

최고의 Alternative Copy 대안

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