By: Sahil Kayastha Add-on
Inspect and view changes in PromptDock — Claude & ChatGPT Prompts source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "PromptDock — Claude & ChatGPT Prompts",
"version": "1.0.0",
"description": "A local-first prompt manager that docks your saved prompts right into Claude and ChatGPT. Magic Copy variables, folders, tags, version history — all in your browser.",
"permissions": [
"storage",
"clipboardWrite",
"unlimitedStorage"
],
"host_permissions": [
"https://claude.ai/*",
"https://chatgpt.com/*",
"https://chat.openai.com/*"
],
"background": {
"scripts": [
"js/background.js"
]
},
"browser_specific_settings": {
"gecko": {
"id": "promptdock@kayasthasahil.dev",
"strict_min_version": "142.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"commands": {
"toggle-picker": {
"suggested_key": {
"default": "Alt+Shift+P"
},
"description": "Open the PromptDock picker"
}
},
"content_scripts": [
{
"matches": [
"https://claude.ai/*",
"https://chatgpt.com/*",
"https://chat.openai.com/*"
],
"js": [
"js/storage.js",
"js/content.js"
],
"run_at": "document_idle"
}
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
}
},
"icons": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
}
} Best PromptDock — Claude & ChatGPT Prompts Alternatives
Here are some Firefox add-ons that are similar to PromptDock — Claude & ChatGPT Prompts:
Promptive
Softgeist
Daves Prompt Vault
Dave S
Prompt Magnus AI
Arv
Prompt Paster
Arman
Prompt Keeper
碎影
PromptDeck — Library for AI Chat
dhaxor
Prompt Injector for ai tools
saurabh
PromptVault - AI Prompt Manager
Muhammad Tayyab Atta
ChatGPT Shortcut
QingShun
Quick Prompts
AA Technologies
ChatGPT Squire
Misty Vale Inn
Prompt Stash: Save Prompts for ChatGPT & Gemini
Crouton Creations