读点东西

读点东西

📖 一个开源的 Chrome 插件,可以将网页转成阅读模式,并且内置了 AI 总结、翻译、Markdown 转换等功能。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icon16.plasmo.6c567d50.png",
    "32": "icon32.plasmo.76b92899.png",
    "48": "icon48.plasmo.aced7582.png",
    "64": "icon64.plasmo.8bb5e6e0.png",
    "128": "icon128.plasmo.3c1ed2d2.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.6c567d50.png",
      "32": "icon32.plasmo.76b92899.png",
      "48": "icon48.plasmo.aced7582.png",
      "64": "icon64.plasmo.8bb5e6e0.png",
      "128": "icon128.plasmo.3c1ed2d2.png"
    }
  },
  "version": "0.0.4",
  "author": "zhongyiio",
  "name": "读点东西",
  "description": "📖 一个开源的 Chrome 插件,可以将网页转成阅读模式,并且内置了 AI 总结、翻译、Markdown 转换等功能。",
  "background": {
    "service_worker": "background.93e42914.js"
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.883ade9e.js"
      ],
      "css": [
        "fontFamily.d9089308.css",
        "fontClassNames.ed15b97f.css"
      ]
    }
  ],
  "host_permissions": [
    "https://*/*"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "Bookerly-Bold.9c99e3fe.ttf",
        "Bookerly-BoldItalic.1f0401e4.ttf",
        "Bookerly-Regular.0ea63e1d.ttf",
        "Bookerly-RegularItalic.e3115234.ttf",
        "ChakraPetch-Bold.474f1760.ttf",
        "ChakraPetch-BoldItalic.537c7672.ttf",
        "ChakraPetch-Italic.61d8fbcf.ttf",
        "ChakraPetch-Light.b59914b1.ttf",
        "ChakraPetch-LightItalic.03a995f4.ttf",
        "ChakraPetch-Medium.87bd3fae.ttf",
        "ChakraPetch-MediumItalic.fd27a9c4.ttf",
        "ChakraPetch-Regular.a70d117b.ttf",
        "ChakraPetch-SemiBold.1da52115.ttf",
        "ChakraPetch-SemiBoldItalic.d2bf51ce.ttf",
        "FiraCode-Bold.ce6dae41.ttf",
        "FiraCode-Light.94bc39db.ttf",
        "FiraCode-Medium.ebddaac1.ttf",
        "FiraCode-Regular.379cf02f.ttf",
        "FiraCode-SemiBold.9da5e81c.ttf",
        "IBMPlexSans-Bold.8e68f8dd.ttf",
        "IBMPlexSans-BoldItalic.412935f2.ttf",
        "IBMPlexSans-ExtraLight.c28755f0.ttf",
        "IBMPlexSans-ExtraLightItalic.ad5fe450.ttf",
        "IBMPlexSans-Italic.069af4c3.ttf",
        "IBMPlexSans-Light.e6684d71.ttf",
        "IBMPlexSans-LightItalic.e5954596.ttf",
        "IBMPlexSans-Medium.c3567a38.ttf",
        "IBMPlexSans-MediumItalic.f0d964bc.ttf",
        "IBMPlexSans-Regular.8e0b8e05.ttf",
        "IBMPlexSans-SemiBold.bdd8b032.ttf",
        "IBMPlexSans-SemiBoldItalic.bc0919cd.ttf",
        "IBMPlexSans-Thin.0ae30764.ttf",
        "IBMPlexSans-ThinItalic.d5a1ef0c.ttf",
        "content.803026eb.css",
        "content.6409fc83.svg",
        "content.ee6baa7b.svg",
        "content.8671a143.svg",
        "content.ab150279.svg"
      ]
    }
  ]
}