Embed Code Generator

Embed Code Generator

Generate Markdown embed code and HTML embed code from the image link.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": " Embed Code Generator",
  "version": "0.2.2",
  "description": "Generate Markdown embed code and HTML embed code from the image link.",
  "permissions": [
    "clipboardRead",
    "clipboardWrite",
    "storage"
  ],
  "icons": {
    "128": "icon128.png",
    "196": "icon196.png"
  },
  "action": {
    "default_icon": {
      "192": "icon196.png"
    },
    "default_title": "Popup",
    "default_popup": "popup.html"
  },
  "options_page": "options.html"
}