WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
EasyRead·易读 - AI内容总结+思维导图+GPT点评+YouTube字幕摘要

EasyRead·易读 - AI内容总结+思维导图+GPT点评+YouTube字幕摘要

View on Chrome Web Store
View EasyRead·易读 - AI内容总结+思维导图+GPT点评+YouTube字幕摘要 Chrome Extension on Chrome Web Store
Add to bookmarks
4.0 (4 ratings)
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

你的AI网页阅读助手,通过GPT为网页提供智能内容总结、思维导图生成或点评,还能帮你快速浏览YouTube视频字幕,并生成视频总结、翻译等。
Type
Extension
Users
350 users
2
Website yidu.pro
EasyRead.AI
View author page of EasyRead.AI
Published
Published on August 1, 2023
Version 0.2.116
Manifest version
3
Updated
Updated on September 10, 2024
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View EasyRead·易读 - AI内容总结+思维导图+GPT点评+YouTube字幕摘要 Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EasyRead\u00b7\u6613\u8bfb - AI\u5185\u5bb9\u603b\u7ed3+\u601d\u7ef4\u5bfc\u56fe+GPT\u70b9\u8bc4+YouTube\u5b57\u5e55\u6458\u8981",
    "version": "0.2.116",
    "description": "\u4f60\u7684AI\u7f51\u9875\u9605\u8bfb\u52a9\u624b\uff0c\u901a\u8fc7GPT\u4e3a\u7f51\u9875\u63d0\u4f9b\u667a\u80fd\u5185\u5bb9\u603b\u7ed3\u3001\u601d\u7ef4\u5bfc\u56fe\u751f\u6210\u6216\u70b9\u8bc4\uff0c\u8fd8\u80fd\u5e2e\u4f60\u5feb\u901f\u6d4f\u89c8YouTube\u89c6\u9891\u5b57\u5e55\uff0c\u5e76\u751f\u6210\u89c6\u9891\u603b\u7ed3\u3001\u7ffb\u8bd1\u7b49\u3002",
    "manifest_version": 3,
    "icons": {
        "16": "static\/images\/entry.png",
        "32": "static\/images\/entry.png",
        "48": "static\/images\/entry.png",
        "128": "static\/images\/entry.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'; "
    },
    "permissions": [
        "tabs",
        "storage",
        "activeTab"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background\/background.js"
    },
    "options_ui": {
        "page": "easyread\/dist\/options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "easyread\/markmap\/d3.js",
                "easyread\/markmap\/markmap-view.js",
                "easyread\/markmap\/markmap.lib.min.js",
                "easyread\/dist\/js\/content.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "static\/images\/entry.png",
            "32": "static\/images\/entry.png",
            "48": "static\/images\/entry.png",
            "128": "static\/images\/entry.png"
        },
        "default_title": "easyread",
        "default_popup": "easyread\/dist\/popup.html"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+B",
                "mac": "Command+B"
            }
        },
        "inject-script": {
            "suggested_key": "Ctrl+Shift+Y",
            "description": "Inject a script on the page"
        },
        "toggle-feature-foo": {
            "suggested_key": {
                "default": "Ctrl+Shift+1",
                "mac": "Command+Shift+1"
            },
            "description": "\u751f\u6210\u603b\u7ed3"
        }
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top