Quote Image As Text

Quote Image As Text

Quote arbitary images on the web as markdown text

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Quote Image As Text",
  "version": "0.0.2",
  "manifest_version": 2,
  "description": "Quote arbitary images on the web as markdown text",
  "default_locale": "en",
  "background": {
    "scripts": [
      "src/bg/background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "contextMenus",
    "clipboardWrite",
    "notifications"
  ],
  "icons": {
    "16": "images/icon-16.png",
    "128": "images/icon-128.png"
  }
}