Quick Ant

Quick Ant

Upbit, Bithumb 매수/매도 단축키 툴

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Quick Ant",
  "description": "Upbit, Bithumb 매수/매도 단축키 툴",
  "version": "3.3.12",
  "permissions": [
    "storage",
    "https://api.quickant.net"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "https://upbit.com/*",
        "https://www.upbit.com/*",
        "https://www.bithumb.com/*",
        "http://www.bitmex.com/*",
        "https://www.bitmex.com/*",
        "https://www.binance.com/*"
      ],
      "js": [
        "js/jquery-3.2.1.min.js",
        "js/bililiteRange.js",
        "js/jquery.sendkeys.js",
        "js/lib-binance.js",
        "js/lib-bithumb.js",
        "js/lib-bitmex.js",
        "js/lib-upbit.js",
        "content.js"
      ]
    }
  ],
  "icons": {
    "16": "img/qa48.png",
    "48": "img/qa48.png",
    "128": "img/qa48.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "img/qa48.png",
      "38": "img/qa48.png"
    },
    "default_popup": "popup.html"
  },
  "commands": {
    "toggle-feature": {
      "suggested_key": {
        "default": "Ctrl+Shift+A",
        "mac": "MacCtrl+Shift+A"
      },
      "description": "Command 1"
    },
    "toggle-feature2": {
      "suggested_key": {
        "default": "Ctrl+Shift+S",
        "mac": "MacCtrl+Shift+S"
      },
      "description": "Command 2"
    },
    "toggle-feature3": {
      "suggested_key": {
        "default": "Ctrl+Shift+Z",
        "mac": "MacCtrl+Shift+Z"
      },
      "description": "Command 3"
    },
    "toggle-feature4": {
      "suggested_key": {
        "default": "Ctrl+Shift+X",
        "mac": "MacCtrl+Shift+X"
      },
      "description": "Command 4"
    }
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "web_accessible_resources": [
    "img/icon128.png"
  ]
}