copy-base64

copy-base64

Copy the image to the Clipboard in Base64 format. see source https://github.com/kyo-ago/copy-base64

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "copy-base64",
  "version": "0.0.4",
  "manifest_version": 2,
  "icons": {
    "16": "logo.png",
    "128": "logo.png"
  },
  "background": {
    "persistent": false,
    "scripts": [
      "/src/background.js"
    ]
  },
  "permissions": [
    "<all_urls>",
    "contextMenus",
    "clipboardWrite"
  ]
}