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 هو إضافة Chrome تم تطويرها بواسطة Glenn Rask، والميزة الرئيسية لها هي "A simple Chrome extension to remove the background color from copied text.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ChatGPT Remove Background Color on Copy
قم بتنزيل ملفات الامتداد ChatGPT Remove Background Color on Copy بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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 |
عنوان صفحة المساعدة | 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" } } |