Easy Notes Maker

Easy Notes Maker

Have you ever thought of noting the important points while browsing through a website and found it cumbersome to copy and paste…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Easy Notes Maker",
  "version": "1.0.0",
  "manifest_version": 3,
  "icons": {
    "16": "East.png",
    "48": "East.png",
    "128": "East.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "node_modules/@webcomponents/custom-elements/custom-elements.min.js",
        "content.js",
        "working.js"
      ]
    }
  ]
}