ChatGPT Color Stripper

Removes background colors from copied text on chat.openai.com

ChatGPT Color Stripperคืออะไร?

ChatGPT Color Stripper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://technicalhamo.blogspot.com และคุณลักษณะหลักของมันคือ "Removes background colors from copied text on chat.openai.com"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ChatGPT Color Stripper

ดาวน์โหลดไฟล์ส่วนขยาย ChatGPT Color Stripper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Chat Color Stripper is a Chrome extension that helps you copy and paste text from chat.openai.com without the background colors. This makes the text clean and readable when pasted in other applications.

Key Features:

1. Automatic Background Color Removal: The extension detects and removes background colors from copied text, making it easier to read.
2. Compatible with Tables and Simple Text: Chat Color Stripper works with tables and simple text, preserving the original formatting while removing background colors.
3. Easy Installation and Usage: There's no configuration or setup required, making it easy for anyone to use.
4. Streamlined Workflow: By removing distractions, Chat Color Stripper saves time and helps you focus on generating high-quality text from Chat GPT.
5. Continuous Development and Support: The team behind Chat Color Stripper is dedicated to improving the extension based on user feedback.

Upgrade your text copying experience with Chat Color Stripper, the essential Chrome extension for professionals who demand efficiency and readability when transferring content from Chat GPT to other applications.

Documentation, changelog, contributors, and translation information are available on our GitHub page at https://github.com/hamzaharoon1314/ChatGPT-Color-Stripper.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ChatGPT Color Stripper ChatGPT Color Stripper
ID aelkfcdpmjmphhgphmpejcpbijppofff
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chatgpt-color-stripper/aelkfcdpmjmphhgphmpejcpbijppofff
คำอธิบาย Removes background colors from copied text on chat.openai.com
ขนาดไฟล์ 24.35 KB
จำนวนการติดตั้ง 62
เวอร์ชันปัจจุบัน 1.0.7
อัปเดตครั้งล่าสุด 2023-05-03
วันที่เผยแพร่ 2023-04-30
ผู้พัฒนา https://technicalhamo.blogspot.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT Color Stripper",
    "version": "1.0.7",
    "description": "Removes background colors from copied text on chat.openai.com",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "icons\/16.png",
            "48": "icons\/48.png",
            "128": "icons\/128.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    }
}