This Chrome Extension allows users to quickly summarize the content of a web page they are currently viewing. With a click, the extension opens a new tab with the key moments or summary results from Kagi's Universal Summarizer.
Kagi registration is required to use Universal Summarizer.
- Summarize Page: With a single click, users can summarize the key moments of the content on the current web page.
- Settings: Users can select their preferred summary type - 'Key Moments' or 'Summary'
- User Preferences: Selected settings are saved and persist across browser sessions.
To install the extension manually in the Orion browser, follow these steps:
- Enable 3rd party extension installation for Orion, if you haven't already
- Clone the repository or download the ZIP file and extract it.
- Open Orion Settings and nagivate to Advanced Settings and click Manage Extensions.
- Click Add Extension and select Install from Disk...
- Select the extension directory where
manifest.json
is located. - The extension should now be added to your Orion extensions list.
- To use the extension, click on its icon in the Orion toolbar.
- Clone the repository or download the ZIP file and extract it.
- Open Google Chrome and navigate to
chrome://extensions/
. - Enable "Developer mode" at the top right corner.
- Click on "Load unpacked" and select the extension directory where
manifest.json
is located. - The extension should now appear in your list of installed extensions.
- Click on the extension icon in the Chrome toolbar to use it.
- Click on the extension icon to open the popup.
- Click on "Summarize" to open a new tab with the summarized content of the current web page.
- To change the summary type, select an option from the dropdown in the settings section of the popup and click "Save".
manifest.json
: Configure your extension settings and permissions here.popup.html
andpopup.js
: Modify the popup's HTML and JavaScript to customize its functionality and appearance.background.js
: Contains the background script for handling clicks on the extension icon.
Contributions are welcome! Feel free to submit pull requests or create issues for any bugs or improvements you have in mind.
This project is open-source and available under the MIT License.