WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Summarize and Translate with Gemini

Summarize and Translate with Gemini

View on Chrome Web Store
View Summarize and Translate with Gemini Chrome Extension on Chrome Web Store
Add to bookmarks
4.4 (44 ratings)
1 new ratings
14 views
This extension has been viewed 14 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 and translate web pages. Uses Gemini as the backend.
Type
Extension
Users
8,000 users
1K
Website dbstudy.info
Sadao Hiratsuka
View author page of Sadao Hiratsuka
Published
Published on March 5, 2024
Version 1.6.32
Manifest version
3
Updated
Updated on October 5, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Summarize and Translate with Gemini 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": "__MSG_extension_name__",
    "version": "1.6.32",
    "description": "__MSG_extension_description__",
    "default_locale": "en",
    "icons": {
        "128": "img\/icon-128.png"
    },
    "author": "[email protected]",
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "service-worker.js",
        "type": "module"
    },
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "contextMenus",
        "scripting",
        "storage"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+G"
            }
        },
        "custom-action-1": {
            "suggested_key": {
                "default": "Alt+1"
            },
            "description": "__MSG_shortcuts_custom_action_1__"
        },
        "custom-action-2": {
            "suggested_key": {
                "default": "Alt+2"
            },
            "description": "__MSG_shortcuts_custom_action_2__"
        },
        "custom-action-3": {
            "suggested_key": {
                "default": "Alt+3"
            },
            "description": "__MSG_shortcuts_custom_action_3__"
        }
    }
}
© 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