browser-annotations 1.0.3 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/.vite/manifest.json +1 -1
- package/dist/manifest.json +1 -1
- package/package.json +1 -1
- package/README.md +0 -30
package/dist/.vite/manifest.json
CHANGED
package/dist/manifest.json
CHANGED
package/package.json
CHANGED
package/README.md
DELETED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
# browser-annotations
|
|
2
|
-
|
|
3
|
-
Annotate elements and send them to your agents right from your Chrome DevTools.
|
|
4
|
-
|
|
5
|
-
## Install
|
|
6
|
-
|
|
7
|
-
```bash
|
|
8
|
-
pnpm install -g browser-annotations
|
|
9
|
-
```
|
|
10
|
-
|
|
11
|
-
Open `chrome://extensions`, enable **Developer mode**, click **Load unpacked**, and select:
|
|
12
|
-
|
|
13
|
-
- `~/browser-annotations/chrome` — created automatically during install
|
|
14
|
-
- or the `dist` folder in your package manager's global directory, if you prefer no symlink
|
|
15
|
-
|
|
16
|
-
## Usage
|
|
17
|
-
|
|
18
|
-
1. Use the Chrome DevTools to select an element
|
|
19
|
-
2. Write your feedback in the `Feedback` tab
|
|
20
|
-
3. Use `Add` to batch annotations
|
|
21
|
-
4. Hit `Submit` to notify your agent or copy to clipboard
|
|
22
|
-
|
|
23
|
-
## Agent integration
|
|
24
|
-
|
|
25
|
-
For sending feedback straight to your agent, see the [pi](https://browser-annotations.dev/) and [Claude Code](https://browser-annotations.dev/) setup guides.
|
|
26
|
-
|
|
27
|
-
## Links
|
|
28
|
-
|
|
29
|
-
- [Documentation](https://browser-annotations.dev/)
|
|
30
|
-
- [GitHub](https://github.com/wiebekaai/browser-annotations)
|