WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Bullet Points: summarize Web pages with GPT-3

Bullet Points: summarize Web pages with GPT-3

View on Chrome Web Store
View Bullet Points: summarize Web pages with GPT-3 Chrome Extension on Chrome Web Store
Add to bookmarks
1.5 (2 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.

Extract three key points from every Web page to quickly understand its contents. Reduce the time needed to read news and articles.
Type
Extension
Users
353 users
3
Dropcatcher.nl BV
View author page of Dropcatcher.nl BV
Featured Extension

Hand-picked for quality and usefulness

Published
Published on December 17, 2022
Version 0.9.4
Manifest version
3
Updated
Updated on January 20, 2023
productivity/workflow
Extension Category
View on Chrome Web Store
View Bullet Points: summarize Web pages with GPT-3 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",
    "manifest_version": 3,
    "name": "Bullet Points: summarize Web pages with GPT-3",
    "description": "Extract three key points from every Web page to quickly understand its contents. Reduce the time needed to read news and articles.",
    "version": "0.9.4",
    "action": {
        "default_popup": "popup\/index.html",
        "default_icon": "icons\/icon_32.png"
    },
    "permissions": [
        "activeTab",
        "identity",
        "identity.email",
        "storage",
        "contextMenus"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon_16.png",
        "24": "icons\/icon_24.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "64": "icons\/icon_64.png",
        "96": "icons\/icon_96.png",
        "128": "icons\/icon_128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "popup\/index.html",
                "settings\/index.html"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "oauth2": {
        "client_id": "498448118261-c50kh0b6h7kmmirjuu5kfk73np8mck69.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+S"
            }
        }
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsJZKvZF5gR\/ClOXApAfflamxAbNYbZE9RVEudNJT9u+kot6cmLgVs1a\/sYznPw4eJgz4Kfk6Kcd4\/x0PaFhXPKrLpBTkmnNU5B99aRDCL8E2hJONhebYZRTdvOkLUkr68u3WpLSKYiziT3NoJzYLZcU0zcppK72N4FtYsXSHAzQDoZotzPITpL+milODNpn74LgUwBb1N0WZO5DSWEwNUz\/7ol8D+kflZI3Cg7hKI+ROSaHBUTvZIpbdBhP1AulbaQnan4bRe9CwK3oI6GvstifJ6LXA4GQuFryklAUyXtoNaLlXNG6KibVlyTi8bvH+VKWd9BsxfCqoeC\/ivOHabQIDAQAB",
    "minimum_chrome_version": "92",
    "browser_specific_settings": {
        "gecko": {
            "id": "{90726cf8-1031-4adb-8226-945baa675749}",
            "strict_min_version": "91.1.0"
        },
        "edge": {
            "browser_action_next_to_addressbar": true
        }
    },
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ]
}
© 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