By: sakaax
Inspect and view changes in Memoryd source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "memory",
"version": "0.1.0",
"description": "Inject your local memory context into any AI chat",
"permissions": [
"storage",
"activeTab",
"tabs",
"http://localhost:7711/*",
"https://claude.ai/*",
"https://chat.openai.com/*",
"https://chatgpt.com/*",
"https://gemini.google.com/*"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
"https://claude.ai/*",
"https://chat.openai.com/*",
"https://chatgpt.com/*",
"https://gemini.google.com/*"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
],
"browser_action": {
"default_popup": "popup.html",
"default_title": "memory",
"default_icon": {
"16": "icons/16.png",
"48": "icons/48.png",
"128": "icons/128.png"
}
},
"icons": {
"16": "icons/16.png",
"48": "icons/48.png",
"128": "icons/128.png"
},
"browser_specific_settings": {
"gecko": {
"strict_min_version": "109.0",
"data_collection_permissions": {
"required": [
"none"
]
},
"id": "{f5c51b32-faaf-4920-935a-bd9282140a2f}"
}
}
} Best Memoryd Alternatives
Here are some Firefox add-ons that are similar to Memoryd:
SAGE Memory for AI
Dhillon Andrew Kannabhiran
MemOS-MindDock
MemTensor
AI Memory Saver
olivand
Nowledge Memory Exchange
Nowledge Labs, LLC
ChatBox
mbutan
AI Identity
Dan
ThreadLine
Denis
ChatStash
WhatPulse
Later
ArchitW
PromptSync PRO
Ratul
AIChatClip — AI Chat to Obsidian & Notion
tohshima115
BringYourAI: Connect VSCode to ChatGPT
BringYourAI