[PR #278] [MERGED] Add context menu item in the browser extension #155 #1588

Closed
opened 2026-03-02 11:58:18 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/karakeep-app/karakeep/pull/278
Author: @kamtschatka
Created: 7/6/2024
Status: Merged
Merged: 8/18/2024
Merged by: @MohamedBassem

Base: mainHead: context-menu


📝 Commits (4)

  • 901d2fe Add context menu item in the browser extension #155
  • 5a165a1 Formalize protocol between extension and service worker, add support for text/images beside links
  • f569ac9 Merge branch 'main' into context-menu
  • e95a7f9 fix build

📊 Changes

6 files changed (+101 additions, -31 deletions)

View changed files

📝 apps/browser-extension/package.json (+1 -0)
📝 apps/browser-extension/src/SavePage.tsx (+35 -15)
📝 apps/browser-extension/src/background/background.ts (+45 -5)
apps/browser-extension/src/background/protocol.ts (+1 -0)
📝 package.json (+1 -1)
📝 pnpm-lock.yaml (+18 -10)

📄 Description

Added a context menu entry to add links directly to hoarder


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/karakeep-app/karakeep/pull/278 **Author:** [@kamtschatka](https://github.com/kamtschatka) **Created:** 7/6/2024 **Status:** ✅ Merged **Merged:** 8/18/2024 **Merged by:** [@MohamedBassem](https://github.com/MohamedBassem) **Base:** `main` ← **Head:** `context-menu` --- ### 📝 Commits (4) - [`901d2fe`](https://github.com/karakeep-app/karakeep/commit/901d2fe151fe3777cc4234cff166b67e0ddecd40) Add context menu item in the browser extension #155 - [`5a165a1`](https://github.com/karakeep-app/karakeep/commit/5a165a121f3f0d90735f2d19e6176bb299267433) Formalize protocol between extension and service worker, add support for text/images beside links - [`f569ac9`](https://github.com/karakeep-app/karakeep/commit/f569ac9c2931dbf73c1684ad1d1216a9999905ae) Merge branch 'main' into context-menu - [`e95a7f9`](https://github.com/karakeep-app/karakeep/commit/e95a7f95c52b510dd5f7f36ff0a68151f423af26) fix build ### 📊 Changes **6 files changed** (+101 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `apps/browser-extension/package.json` (+1 -0) 📝 `apps/browser-extension/src/SavePage.tsx` (+35 -15) 📝 `apps/browser-extension/src/background/background.ts` (+45 -5) ➕ `apps/browser-extension/src/background/protocol.ts` (+1 -0) 📝 `package.json` (+1 -1) 📝 `pnpm-lock.yaml` (+18 -10) </details> ### 📄 Description Added a context menu entry to add links directly to hoarder --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 11:58:18 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/karakeep#1588
No description provided.