夸克搜题

夸克搜题

超好用的搜题工具,海量题库覆盖全学段学科,支持快捷键截屏、多题目同时搜索,帮助学生解决学习上的难题。

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "夸克搜题",
  "description": "超好用的搜题工具,海量题库覆盖全学段学科,支持快捷键截屏、多题目同时搜索,帮助学生解决学习上的难题。",
  "version": "0.1.5",
  "manifest_version": 3,
  "icons": {
    "16": "icons/logo-out.png",
    "32": "icons/logo-out.png",
    "48": "icons/logo-out.png",
    "128": "icons/logo-out.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icons/logo-out.png"
  },
  "options_page": "options.html",
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "assets/index.tsx-loader-a5731eb3.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    }
  ],
  "commands": {
    "activate-extension-X": {
      "suggested_key": {
        "default": "Ctrl+Shift+X",
        "mac": "Command+Shift+X"
      },
      "description": "使用夸克截屏搜题"
    },
    "activate-extension-E": {
      "suggested_key": {
        "default": "Ctrl+Shift+E",
        "mac": "Command+Shift+E"
      },
      "description": "使用夸克截屏搜题"
    },
    "activate-extension-S": {
      "suggested_key": {
        "default": "Ctrl+Shift+S",
        "mac": "Command+Shift+S"
      },
      "description": "使用夸克截屏搜题"
    },
    "activate-extension-Z": {
      "suggested_key": {
        "default": "Ctrl+Shift+Z",
        "mac": "Command+Shift+Z"
      },
      "description": "使用夸克截屏搜题"
    }
  },
  "host_permissions": [
    "*://*/*",
    "http://*/*",
    "https://*/*"
  ],
  "permissions": [
    "contextMenus",
    "unlimitedStorage",
    "activeTab",
    "tabs",
    "storage",
    "scripting",
    "webNavigation"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "assets/chunk-7bcead7c.js",
        "assets/chunk-2bb3d7f7.js",
        "assets/chunk-660cfe32.js",
        "assets/chunk-204381d2.js"
      ],
      "use_dynamic_url": true
    }
  ]
}