WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Recap: Smart Split and Summarize with ChatGPT

Recap: Smart Split and Summarize with ChatGPT

View on Chrome Web Store
View Recap: Smart Split and Summarize with ChatGPT Chrome Extension on Chrome Web Store
Add to bookmarks
1.7 (3 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.

Summarize the text you are interested in
Type
Extension
Users
728 users
1
wangyaozhiyz
View author page of wangyaozhiyz
Featured Extension

Hand-picked for quality and usefulness

Published
Published on April 9, 2023
Version 1.2.9
Manifest version
3
Updated
Updated on November 8, 2023
productivity/workflow
Extension Category
View on Chrome Web Store
View Recap: Smart Split and Summarize with ChatGPT 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",
    "icons": {
        "16": "icon16.plasmo.754a7afc.png",
        "32": "icon32.plasmo.1b596b7f.png",
        "48": "icon48.plasmo.9c45e82d.png",
        "64": "icon64.plasmo.696cf0ec.png",
        "128": "icon128.plasmo.f5004619.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.754a7afc.png",
            "32": "icon32.plasmo.1b596b7f.png",
            "48": "icon48.plasmo.9c45e82d.png",
            "64": "icon64.plasmo.696cf0ec.png",
            "128": "icon128.plasmo.f5004619.png"
        },
        "default_popup": "popup.html"
    },
    "version": "1.2.9",
    "author": "Yaozhi Wang",
    "name": "Recap: Smart Split and Summarize with ChatGPT",
    "description": "Summarize the text you are interested in",
    "background": {
        "service_worker": "background.b78a8f7f.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage",
        "contextMenus",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "chatgpt-inpage-proxy.984c00fb.js"
            ],
            "css": []
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "panel.2e522df0.js"
            ],
            "css": []
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "passage.5bd22ebb.js"
            ],
            "css": []
        }
    ],
    "host_permissions": [
        "https:\/\/*.openai.com\/"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "options.html"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "assets\/icon.svg"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "panel.a76de3c1.css"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "passage.df7a7ca2.css",
                "panel.a76de3c1.css"
            ]
        }
    ],
    "commands": {
        "toggle-enable-page": {
            "suggested_key": {
                "default": "Ctrl+U",
                "mac": "Command+U"
            },
            "description": "Toggle enable\/disable for current page."
        },
        "toggle-enable-host": {
            "suggested_key": {
                "default": "Ctrl+I",
                "mac": "Command+I"
            },
            "description": "Toggle enable\/disable for current domain."
        },
        "summarize-page": {
            "suggested_key": {
                "default": "Ctrl+K",
                "mac": "Command+K"
            },
            "description": "Summarize the content on current page."
        }
    }
}
© 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