Create Link by sunadarake Firefox

Examine source code of Create Link by sunadarake

Inspect and view changes in Create Link by sunadarake source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Create Link",
  "version": "1.0.0",
  "description": "現在のページのURLとタイトルからHTMLリンクを生成してクリップボードにコピーします",
  "homepage_url": "https://github.com/sunadarake/create-link-firefox",
  "author": "sunadarake",
  "permissions": [
    "activeTab",
    "clipboardWrite"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "Create Link",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{b46880f1-dcde-4a6e-a43b-4317174b5bcb}"
    }
  }
}

Best Create Link by sunadarake Alternatives

Here are some Firefox add-ons that are similar to Create Link by sunadarake: