Skip to content

Commit ab9ebc8

Browse files
committed
Update Chrome Extension doc
1 parent de8f24c commit ab9ebc8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

content/Phase 2/Chrome Extension.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ tags:
77
- React
88
---
99

10-
Ï
11-
1210
# Chrome Summariser Extension
1311

1412
A Chrome extension for using Breadboard with the Google Chrome API. Currently, the extension has a single purpose: to summarise web page content and select text. This version of the extension is exploratory. When feasible, a more generalised version will be created to be used with any board.
@@ -27,7 +25,7 @@ An initial chrome extension built with Vite, React and Typescript that runs a ba
2725

2826
- [breadboard-chrome-extension-for-summarising-page](https://github.com/ExaDev/breadboard/tree/breadboard-chrome-extension-for-summarising-page/packages/breadboard-chrome-extension)
2927

30-
The most up-to-date and stable version of this project, that uses the Claude API and Breadboard to summarise either all the text in the current chrome tab or a selected piece of text. The summariser can be run both from the extension's main popup window and from the context menu after selecting a bit of text from a page, right-clicking and selecting the "Breadboard > Get summary" option in the context menu. Compared to the initial branches that were the starting point for this project, the summariser follows a different structure in terms of organising files which seemed like a better choice for a chrome extension built with Vite and React.
28+
The most up-to-date and stable version of this project, that uses the Claude API and Breadboard to summarise either all the text in the current chrome tab or a selected piece of text. The summariser can be run both from the extension's main popup window and from the context menu after selecting a bit of text from a page, right-clicking and selecting the "Breadboard > Get summary" option in the context menu. Compared to the initial branches that were the starting point for this project, the summariser follows a different structure in terms of organising files which seemed like a better choice for a chrome extension built with Vite and React.
3129

3230
- [breadboard-sentiment-analysis-chrome-extension](https://github.com/ExaDev/breadboard/tree/breadboard-sentiment-analysis-chrome-extension/packages/breadboard-chrome-extension)
3331

0 commit comments

Comments
 (0)