Answer

Answer

简介: 提高您的网络搜索效率,让寻找信息变得更智能、更快速!"Answer"是一款强大的谷歌浏览器插件,它结合了最新的AI技术,特别是聊天机器人功能,帮助您在海量的网络信息中快速定位到真正有价值的内容。…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Answer",
  "description": "",
  "version": "1.1.5",
  "manifest_version": 3,
  "icons": {
    "16": "img/logo-16.png",
    "32": "img/logo-34.png",
    "48": "img/logo-48.png",
    "128": "img/logo-128.png"
  },
  "action": {
    "default_icon": "img/logo-48.png"
  },
  "commands": {
    "toggle-sidebar-inspect": {
      "suggested_key": {
        "default": "Ctrl+B"
      },
      "description": "Toggle sidebar inspect"
    }
  },
  "options_page": "options.html",
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "assets/index.tsx-loader-28c56348.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [],
      "resources": [
        "img/logo-16.png",
        "img/logo-34.png",
        "img/logo-48.png",
        "img/logo-128.png"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "resources": [
        "assets/free-gift-30bed679.png",
        "assets/logo-name-48ab6f35.js",
        "assets/browser-polyfill-78422ebd.js",
        "assets/chunk-QIZ4XBKF-842ab333.js",
        "assets/index.tsx-cabfb666.js"
      ],
      "use_dynamic_url": true
    },
    {
      "resources": [
        "contentScripts/style.css"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "permissions": [
    "storage"
  ]
}