promptly Firefox

Examine source code of promptly

By: Paya Add-on
Inspect and view changes in promptly source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Promptly",
  "version": "1.2.1",
  "description": "One-click actions for Claude.ai — send any page or selected text to Claude with pre-configured prompts.",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "developer": {
    "name": "Payaeb",
    "url": "https://github.com/Payaeb/promptly"
  },
  "homepage_url": "https://github.com/Payaeb/promptly",
  "browser_specific_settings": {
    "gecko": {
      "id": "promptly@promptly-extension",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "websiteContent"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  },
  "permissions": [
    "activeTab",
    "storage",
    "tabs",
    "contextMenus",
    "notifications",
    "*://claude.ai/*",
    "<all_urls>"
  ],
  "browser_action": {
    "default_icon": {
      "48": "icons/icon-48.png",
      "96": "icons/icon-96.png"
    },
    "default_title": "Promptly",
    "default_popup": "popup.html"
  },
  "commands": {
    "quick-add-hovered-link": {
      "suggested_key": {
        "default": "Ctrl+Shift+Y",
        "mac": "Command+Shift+Y"
      },
      "description": "Quick-add the link under your mouse to your configured target"
    }
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "content_scripts": [
    {
      "matches": [
        "*://claude.ai/*"
      ],
      "js": [
        "scripts/content.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "exclude_matches": [
        "*://claude.ai/*"
      ],
      "js": [
        "scripts/link-handler.js"
      ],
      "run_at": "document_idle",
      "all_frames": false
    }
  ],
  "background": {
    "scripts": [
      "scripts/background.js"
    ],
    "persistent": false
  }
}

Best promptly Alternatives

Here are some Firefox add-ons that are similar to promptly: