Examine source code of YESNETClick(YESClick) : One Click! Ecount Screen Captur(이카운트 편리성 향상 기능)

Inspect and view changes in YESNETClick(YESClick) : One Click! Ecount Screen Captur(이카운트 편리성 향상 기능) source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "YESNETClick(YESClick) : One Click! Ecount Screen Captur(이카운트 편리성 향상 기능)",
  "version": "1.51",
  "description": "이카운트 ERP 거래명세서·견적서·발주서·거래처원장 등 다양한 인쇄물을 클릭 한번으로 저장하고 붙여넣기",
  "permissions": [
    "scripting",
    "activeTab",
    "clipboardWrite"
  ],
  "host_permissions": [
    "*://*.ecount.com/*"
  ],
  "icons": {
    "16": "icons/16/icon16.png",
    "48": "icons/48/icon48.png",
    "128": "icons/128/icon128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_popup": "main.html",
    "default_icon": {
      "16": "icons/16/icon16.png",
      "19": "icons/19/icon19.png",
      "38": "icons/38/icon38.png"
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "node_modules/html2canvas/dist/html2canvas.min.js"
      ],
      "matches": [
        "*://*.ecount.com/*"
      ]
    },
    {
      "resources": [
        "fonts/PretendardGOV-Bold.woff"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "commands": {
    "capture-copy": {
      "suggested_key": {
        "default": "Alt+C",
        "mac": "Alt+C",
        "windows": "Alt+C",
        "chromeos": "Alt+C",
        "linux": "Alt+C"
      },
      "description": "화면 캡처 후 복사"
    },
    "capture-save": {
      "suggested_key": {
        "default": "Alt+S",
        "mac": "Alt+S",
        "windows": "Alt+S",
        "chromeos": "Alt+S",
        "linux": "Alt+S"
      },
      "description": "화면 캡처 후 저장"
    }
  }
}