ChatGPT Remove Background Color on Copy
A simple Chrome extension to remove the background color from copied text.
¿Qué es ChatGPT Remove Background Color on Copy?
ChatGPT Remove Background Color on Copy es una extensión de Chrome desarrollada por Glenn Rask, y su función principal es "A simple Chrome extension to remove the background color from copied text.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión ChatGPT Remove Background Color on Copy
Descarga archivos de extensión ChatGPT Remove Background Color on Copy en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | ChatGPT Remove Background Color on Copy |
ID | edhpmfponianadhdmmdkiabbedgdnfei |
URL Oficial | https://chromewebstore.google.com/detail/chatgpt-remove-background/edhpmfponianadhdmmdkiabbedgdnfei |
Descripción | A simple Chrome extension to remove the background color from copied text. |
Tamaño del Archivo | 10.97 KB |
Cantidad de Instalaciones | 836 |
Versión Actual | 1.0 |
Última Actualización | 2023-05-11 |
Fecha de Publicación | 2023-05-11 |
Calificación | 3.67/5 Total de 3 Calificaciones |
Desarrollador | Glenn Rask |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Ayuda | https://nordic-nerds.com/kontakt/ |
Idiomas Soportados | 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" } } |