Oald 7 牛津高阶第七版

Oald 7 牛津高阶第七版

牛津高阶 Chrome App,您学习英语的好助手!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Oald 7 牛津高阶第七版",
  "version": "2.4.4",
  "description": "牛津高阶 Chrome App,您学习英语的好助手!",
  "web_accessible_resources": [
    {
      "resources": [
        "icon.gif",
        "learn0.jpg",
        "learn1.jpg",
        "learn2.jpg",
        "learn3.jpg",
        "learn4.jpg",
        "learn5.jpg",
        "learn6.jpg",
        "learn7.jpg",
        "learn8.jpg",
        "learn9.jpg"
      ],
      "matches": [
        "https://*/*"
      ]
    }
  ],
  "background": {
    "service_worker": "bg3.js"
  },
  "omnibox": {
    "keyword": "ox"
  },
  "icons": {
    "16": "icon16.ico",
    "32": "icon.gif",
    "48": "icon.gif",
    "128": "icon.gif",
    "256": "icon.gif"
  },
  "offline_enabled": true,
  "permissions": [
    "notifications",
    "unlimitedStorage",
    "contextMenus",
    "background"
  ]
}