WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
AI Page Summarizer

AI Page Summarizer

View on Chrome Web Store
View AI Page Summarizer Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (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.

Summarizes web pages using AI
Type
Extension
Users
14 users
1
igor.usovich89
View author page of igor.usovich89
Published
Published on February 19, 2025
Version 1.7
Manifest version
3
Updated
Updated on April 28, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View AI Page Summarizer 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": "AI Page Summarizer",
    "version": "1.7",
    "description": "Summarizes web pages using AI",
    "permissions": [
        "activeTab",
        "identity",
        "storage"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "action": {
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "oauth2": {
        "client_id": "232848374975-o5kisn8dnl6em73ggek9dacjhfs0lcm3.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}
© 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