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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}