ChatGPT Remove Background Color on Copy

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

ChatGPT Remove Background Color on Copy là gì?

ChatGPT Remove Background Color on Copy là một tiện ích mở rộng Chrome được phát triển bởi Glenn Rask, và tính năng chính của nó là "A simple Chrome extension to remove the background color from copied text.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng ChatGPT Remove Background Color on Copy

Tải xuống các tệp mở rộng ChatGPT Remove Background Color on Copy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ChatGPT Remove Background Color on Copy ChatGPT Remove Background Color on Copy
ID edhpmfponianadhdmmdkiabbedgdnfei
URL Chính Thức https://chromewebstore.google.com/detail/chatgpt-remove-background/edhpmfponianadhdmmdkiabbedgdnfei
Mô tả A simple Chrome extension to remove the background color from copied text.
Kích Thước Tệp 10.97 KB
Số Lần Cài Đặt 836
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-05-11
Ngày Phát Hành 2023-05-11
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Glenn Rask
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://nordic-nerds.com/kontakt/
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}