An AI Web Page Summarization Extension
EN / 简体中文
It's a webpage text content AI summary extension based on Material Design 3 UI style. Currently only supports Chrome browser (version >= 116) and Google Gemini Flash model. For the available regions of Gemini API Key, please see https://ai.google.dev/gemini-api/docs/available-regions .
- Download the extension zip package from the Release page and unzip it
- Open your Chrome browser extension page
- Enable developer mode
- Click Load unpacked
- Select the
extension
folder, and then you can see it on the extension page
- First fill in your
Gemini API Key
on the extension settings page (for how to apply for a Gemini API Key, please see https://ai.google.dev/gemini-api/docs/api-key) - Then you can trigger the summary of the full text of the web page or the selected web page content in the following three ways:
- Click the extension icon in the upper right corner of the browser
Ctrl+Shift+S
(Mac users areCmd+Shift+S
)- Click the right-click menu
Generate content summary
This extension allows customization
- Theme color
- Global AI summary prompt
- Sensitive information that needs to be replaced
- Extension forbidden URL (Regular expression supported)
- Webpage Content acquisition function (see Advanced Settings for details)
If you have any questions, you can report them here
-
This project is based on the louisremi/vite-react-extension template, which is a React fork of antfu-collective/vitesse-webext
-
Some CSS files in this project refer to zdhxiong/mdui