yStock

yStock

一個簡單看股票的小工具

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "yStock",
  "version": "2.4.1",
  "description": "一個簡單看股票的小工具",
  "icons": {
    "16": "images/icon_16.png",
    "48": "images/icon_48.png",
    "128": "images/icon_128.png"
  },
  "background": {
    "scripts": [
      "bg.js"
    ]
  },
  "browser_action": {
    "default_icon": "images/icon_16.png",
    "default_popup": "popup.html",
    "default_title": "yStock"
  },
  "permissions": [
    "https://tw.stock.yahoo.com/*",
    "https://tw.quote.finance.yahoo.net/*",
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{8eed23ba-2181-4e5e-a53e-34b29c1041d7}"
    }
  }
}