# Copy with Embedded Images

> Right-click any selection to copy it as HTML (menuitem Copy with Embedded Images) with all images embedded as base64 — paste anywhere without broken image links.

Canonical page: [https://chrome-stats.com/d/copy-with-embedded-images](https://chrome-stats.com/d/copy-with-embedded-images)

## Overview

- **ID:** `copy-with-embedded-images`
- **Platform:** Firefox
- **Type:** Firefox add-on
- **Status:** Available
- **Publisher:** learngift
- **Category:** download-management,photos-music-videos
- **Daily users:** 5
- **Weekly downloads:** 4
- **Version:** 1.0.0
- **Last updated:** 2026-06-02
- **First published:** 2026-05-30
- **Size:** 17 KB
- **Data as of:** 2026-09-12
- **Store listing:** [Firefox Add-ons Store](https://addons.mozilla.org/firefox/addon/copy-with-embedded-images/)
- **Website:** [https://github.com/learngift/firefox-ext-copy-with-embedded-images](https://github.com/learngift/firefox-ext-copy-with-embedded-images)

## Description

Copy with Embedded Images

A Firefox extension that copies any HTML selection with all images converted to
base64 data URIs — so when you paste into a rich text editor, images appear
inline instead of showing as broken links.

Why?

When you copy content from a web page (e.g. a Gmail message) and paste it into
a rich text editor like TinyMCE, CKEditor or Quill, images are usually lost or
show as broken links. This is because the image URLs often require
authentication (e.g. Gmail attachments) or are blocked by CORS policies.

This extension solves the problem by fetching every image in your selection
<strong>from the page's own context</strong> (so authentication cookies are included) and
converting them to self-contained base64 data URIs before placing the result in
your clipboard.

Usage
<ol><li>Select any text and images on a web page</li><li>Right-click → <strong>"Copy with Embedded Images"</strong></li><li>A toast notification confirms how many images were embedded</li><li>Paste into any rich text editor — images are fully embedded</li></ol>
Permissions
<ul><li><strong>Access your data for all websites</strong> (<code>&lt;all_urls&gt;</code>): required to fetch images
  from any domain using the page's own authentication cookies. No data is sent
  to any server — everything happens locally in your browser.</li><li><strong>Input data to the clipboard</strong> (<code>clipboardWrite</code>): required to write the
  processed HTML to your clipboard.</li><li><strong>contextMenus</strong>: required to add the right-click menu entry.</li></ul>
License

MIT

## Rankings

- #45,737 — Overall
- #58 — embed

## Permissions and access

### Permissions

- `contextMenus`
- `clipboardWrite`
- `<all_urls>`

### Content script matches

- `<all_urls>`

## Safety

- **Risk impact:** High risk impact
- **Risk likelihood:** High risk likelihood

### Analysis details

- Allows access to all websites, posing a significant security risk as it can monitor and modify data from any visited site.
- This extension has low user count. Unpopular extensions may not be stable or safe.

> Some risk analysis details are omitted from this free response. [Upgrade to view the full analysis](https://chrome-stats.com/pricing).

## Similar extensions and apps

- [Copy-n-Paste: Clipboard Upload Simplified](https://chrome-stats.com/d/copy-n-paste) — 617 users, 4.64 / 5
- [Copy Image as Base64 Data URL](https://chrome-stats.com/d/copy-image-as-base64-datauri) — 9 users, 1.00 / 5
- [Copy Image as DataURL](https://chrome-stats.com/d/copy-image-as-dataurl) — 34 users, 3.00 / 5
- [Copy Image as DataURL](https://chrome-stats.com/d/copy-image-as-base64-data-url) — 12 users, 3.00 / 5
- [Copy image as Base64](https://chrome-stats.com/d/copy-image-as-base64) — 149 users, 4.60 / 5
- [Copycat](https://chrome-stats.com/d/extension-copycat) — 861 users, 4.32 / 5
- [Copy on Select](https://chrome-stats.com/d/auto-copy-on-select) — 113 users, 5.00 / 5
- [PasteToMe](https://chrome-stats.com/d/1d97c222f4794a21aeb2) — 2 users
- [Clipboard Image Editor](https://chrome-stats.com/d/clipboard-image-editor) — 4 users
- [Copy with Source for Firefox](https://chrome-stats.com/d/copy-with-source-for-firefox) — 1 users
- [Quick Copy](https://chrome-stats.com/d/quick-copy-keo-nha-cai-88) — 1 users
- [Copy Page as HTML](https://chrome-stats.com/d/copy-page-as-html) — 12 users

---

Source: [Chrome-Stats](https://chrome-stats.com/d/copy-with-embedded-images)
