股海小幫手

股海小幫手

stock

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "股海小幫手",
  "manifest_version": 3,
  "description": "stock",
  "action": {
    "default_icon": "star.png",
    "default_title": "stock",
    "default_popup": "btn.html"
  },
  "icons": {
    "16": "star.png",
    "32": "star.png",
    "48": "star.png",
    "128": "star.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "jquery.js"
      ],
      "run_at": "document_idle",
      "all_frames": true
    }
  ],
  "version": "1.5.1.6",
  "permissions": [
    "http://*/*",
    "https://*/*",
    "storage"
  ],
  "options_page": "views/options.html",
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+D",
        "mac": "Command+D"
      }
    }
  }
}