Copy with Embedded Images 作成者: learngift
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.
Android™ 版 Firefox でも利用可能Android™ 版 Firefox でも利用可能
拡張機能メタデータ
この拡張機能について
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
from the page's own context (so authentication cookies are included) and
converting them to self-contained base64 data URIs before placing the result in
your clipboard.
Usage
Permissions
License
MIT
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
from the page's own context (so authentication cookies are included) and
converting them to self-contained base64 data URIs before placing the result in
your clipboard.
Usage
- Select any text and images on a web page
- Right-click → "Copy with Embedded Images"
- A toast notification confirms how many images were embedded
- Paste into any rich text editor — images are fully embedded
Permissions
- Access your data for all websites (
<all_urls>): 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. - Input data to the clipboard (
clipboardWrite): required to write the
processed HTML to your clipboard. - contextMenus: required to add the right-click menu entry.
License
MIT
0 人のレビュー担当者が 0 と評価しました
権限とデータ
詳しい情報
- バージョン
- 1.0.0
- サイズ
- 17.26 KB
- 最終更新日
- 20日前 (2026年5月30日)
- ライセンス
- MIT License
- バージョン履歴
- コレクションへ追加