Trader Table

Trader Table

Trader Table is a very handy tool to let you check out your wanted information. It's super easy to get started but very powerful

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "service_worker": "js/background.js"
  },
  "action": {
    "default_icon": {
      "16": "icons/128.png",
      "24": "icons/128.png",
      "32": "icons/128.png"
    },
    "default_popup": "popup.html"
  },
  "description": "Trader Table is a very handy tool to let you check out your wanted information. It's super easy to get started but very powerful",
  "icons": {
    "16": "icons/128.png",
    "24": "icons/128.png",
    "32": "icons/128.png",
    "128": "icons/128.png"
  },
  "manifest_version": 3,
  "name": "Trader Table",
  "options_page": "popup.html",
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "2.2"
}