Add Memos Clipper extension with Markdown content extraction and browser integration.

This commit is contained in:
2026-03-15 09:34:59 +01:00
parent 2acd843b2b
commit a2f0a0e262
18 changed files with 3774 additions and 0 deletions

5
src/background.js Normal file
View File

@@ -0,0 +1,5 @@
// background.js - service worker
chrome.runtime.onInstalled.addListener(() => {
console.log("Memos Clipper installed.");
});