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
官方網址 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
電子郵箱 [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"
    }
}