WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
SummerIce ☀️🧊 - Page Summarizer

SummerIce ☀️🧊 - Page Summarizer

View on Chrome Web Store
View SummerIce ☀️🧊 - Page Summarizer Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 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 articles quickly with multiple AI providers (OpenAI, Anthropic, Gemini, Grok).
Type
Extension
Users
35 users
1
Website velvetshark.com
VelvetShark
View author page of VelvetShark
Published
Published on March 17, 2024
Version 2.0.0
Manifest version
3
Updated
Updated on June 17, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View SummerIce ☀️🧊 - 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": "SummerIce \u2600\ufe0f\ud83e\uddca - Page Summarizer",
    "version": "2.0.0",
    "description": "Summarize articles quickly with multiple AI providers (OpenAI, Anthropic, Gemini, Grok).",
    "permissions": [
        "activeTab",
        "storage",
        "offscreen"
    ],
    "host_permissions": [
        "https:\/\/api.openai.com\/*",
        "https:\/\/api.anthropic.com\/*",
        "https:\/\/generativelanguage.googleapis.com\/*",
        "https:\/\/api.x.ai\/*"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        },
        "default_title": "SummerIce \u2600\ufe0f\ud83e\uddca - Page Summarizer"
    },
    "options_page": "settings.html",
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y"
            },
            "description": "Summarize the current page"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "node_modules\/@mozilla\/readability\/Readability.js",
                "node_modules\/dompurify\/dist\/purify.min.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 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