Examine source code of CFCA CryptoKit.TJZC Extension

Inspect and view changes in CFCA CryptoKit.TJZC Extension 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
{
  "manifest_version": 2,
  "name": "CFCA CryptoKit.TJZC Extension",
  "version": "3.4.0.2",
  "description": "Sign transaction data with a smart card",
  "author": "CFCA",
  "minimum_chrome_version": "31",
  "background": {
    "scripts": [
      "eventPage.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "page_action": {
    "default_icon": {
      "16": "icon-16.png",
      "48": "icon-48.png",
      "128": "icon-128.png"
    }
  },
  "permissions": [
    "nativeMessaging"
  ],
  "externally_connectable": {
    "matches": [
      "http://*.crcc.cn/*",
      "https://*.crcc.cn/*",
      "http://*.crccam.com/*",
      "https://*.crccam.com/*",
      "http://*.lianyirong.com.cn/*",
      "https://*.lianyirong.com.cn/*",
      "http://*.qhhrly.cn/*",
      "https://*.qhhrly.cn/*"
    ]
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}