ChatGPT Remove Background Color on Copy

A simple Chrome extension to remove the background color from copied text.

ChatGPT Remove Background Color on Copyとは何ですか?

ChatGPT Remove Background Color on CopyはGlenn Raskによって開発されたChromeの拡張機能で、その主な機能は「A simple Chrome extension to remove the background color from copied text.」です。

拡張機能のスクリーンショット

screenshot

ChatGPT Remove Background Color on Copy拡張機能のCRXファイルをダウンロード

ChatGPT Remove Background Color on Copy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Easily remove the background color when copying text from ChatGPT or other websites with this simple Chrome extension. 

Maintain all other text formatting while getting rid of unwanted background colors.

Features:

-Toggle on/off the extension with a single click on the extension icon.
-Retain other text formatting like bold, italic, and underlined text unlike other extensions.
-Works on all websites, offering a seamless experience.

How it works:

1. Install the extension from the Chrome Web Store.
2. The extension icon will be displayed in your browser's toolbar.
3. Click the icon to toggle the extension on or off. The icon will change to indicate the current 
     status (active/inactive).
4. With the extension active, simply copy text from any website, and the background color will be 
     removed automatically.

Improve your copy-pasting experience and keep your documents clean with the "Remove Background Color on Copy" Chrome extension.                    

拡張機能の基本情報

名前 ChatGPT Remove Background Color on Copy ChatGPT Remove Background Color on Copy
ID edhpmfponianadhdmmdkiabbedgdnfei
公式URL https://chromewebstore.google.com/detail/chatgpt-remove-background/edhpmfponianadhdmmdkiabbedgdnfei
説明 A simple Chrome extension to remove the background color from copied text.
ファイルサイズ 10.97 KB
インストール数 836
現在のバージョン 1.0
最終更新日 2023-05-11
公開日 2023-05-11
評価 3.67/5 合計 3 レビュー
開発者 Glenn Rask
Eメール [email protected]
支払い方法 free
ヘルプページのURL https://nordic-nerds.com/kontakt/
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT Remove Background Color on Copy",
    "version": "1.0",
    "description": "A simple Chrome extension to remove the background color from copied text.",
    "permissions": [
        "activeTab",
        "storage",
        "scripting"
    ],
    "action": {
        "default_icon": {
            "16": "icon_inactive_16.png",
            "48": "icon_inactive_48.png",
            "128": "icon_inactive_128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    }
}