WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
There, I Saved You A Minute! - AI Web Summarizer

There, I Saved You A Minute! - AI Web Summarizer

View on Chrome Web Store
View There, I Saved You A Minute! - AI Web Summarizer Chrome Extension on Chrome Web Store
Add to bookmarks
5.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.

I am not sure why I was built, but here I am summarizing webpages for you lot!
Type
Extension
Users
29 users
1
Website owensingh.com
AI for Dummies
View author page of AI for Dummies
Published
Published on September 15, 2024
Version 1.2
Manifest version
3
Updated
Updated on September 19, 2024
productivity/education
Extension Category
Website
Visit developer website
View on Chrome Web Store
View There, I Saved You A Minute! - AI Web 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": "There, I Saved You A Minute! - AI Web Summarizer",
    "version": "1.2",
    "description": "I am not sure why I was built, but here I am summarizing webpages for you lot!",
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/api.openai.com\/*",
        "https:\/\/generativelanguage.googleapis.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/loading.gif",
                "content.css",
                "images\/duck1.png",
                "images\/duck2.png",
                "images\/duck3.png",
                "images\/duck4.png",
                "images\/duck5.png"
            ],
            "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