Markdown Link Firefox

Examine source code of Markdown Link

Inspect and view changes in Markdown Link source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Markdown Link",
  "version": "1.4resigned1",
  "description": "Generates a markdown link from title and URI of the current page.",
  "icons": {
    "48": "icons/markdown-link-icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "markdown-link.js"
      ]
    }
  ],
  "commands": {
    "copy-feature": {
      "suggested_key": {
        "default": "Alt+Insert",
        "linux": "Alt+Insert"
      },
      "description": "Put markdown link based on the page's title and URI into the clipboard"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{e4b175da-c346-4934-89be-43247e90894c}"
    }
  }
}

Melhores alternativas Markdown Link

Aqui estão algumas Firefox add-ons que são similares a Markdown Link: