Trademark search Print on Demand - Copytasker

Trademark search Print on Demand - Copytasker

Search for Trademarks for print on demand, Amazon, Redbubble, Etsy etc. Highlight the text you want to search and Right click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Trademark search Print on Demand - Copytasker",
  "version": "1.1",
  "manifest_version": 3,
  "description": "Search for Trademarks for print on demand, Amazon, Redbubble, Etsy etc. Highlight the text you want to search and Right click.",
  "permissions": [
    "contextMenus"
  ],
  "icons": {
    "16": "rb22.png",
    "48": "rb22.png",
    "128": "rb22.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_title": "Trademark search Print on Demand Free - by Copytasker"
  },
  "options_page": "./options.html"
}