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}"
    }
  }
}

Meilleures alternatives Markdown Link

Voici quelques Firefox add-ons qui sont similaires à Markdown Link :