Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Latest commit

 

History

History
49 lines (31 loc) · 2.26 KB

README.md

File metadata and controls

49 lines (31 loc) · 2.26 KB

🤖 Summarizer

An AI Web Page Summarization Extension

EN / 简体中文

Introduction

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 .

Install

  1. Download the extension zip package from the Release page and unzip it
  2. Open your Chrome browser extension page
  3. Enable developer mode
  4. Click Load unpacked
  5. Select the extension folder, and then you can see it on the extension page

Usage

  1. 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)
  2. 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 are Cmd+Shift+S)
    • Click the right-click menu Generate content summary

Customization

This extension allows customization

  1. Theme color
  2. Global AI summary prompt
  3. Sensitive information that needs to be replaced
  4. Extension forbidden URL (Regular expression supported)
  5. Webpage Content acquisition function (see Advanced Settings for details)

Feedback

If you have any questions, you can report them here

Special Thanks

License

MIT