ChatGPT Remove Background Color on Copy
A simple Chrome extension to remove the background color from copied text.
O que é ChatGPT Remove Background Color on Copy?
ChatGPT Remove Background Color on Copy é uma extensão do Chrome desenvolvida por Glenn Rask, e sua principal característica é "A simple Chrome extension to remove the background color from copied text.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão ChatGPT Remove Background Color on Copy
Baixe arquivos de extensão ChatGPT Remove Background Color on Copy no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | ChatGPT Remove Background Color on Copy |
ID | edhpmfponianadhdmmdkiabbedgdnfei |
URL Oficial | https://chromewebstore.google.com/detail/chatgpt-remove-background/edhpmfponianadhdmmdkiabbedgdnfei |
Descrição | A simple Chrome extension to remove the background color from copied text. |
Tamanho do Arquivo | 10.97 KB |
Contagem de Instalações | 836 |
Versão Atual | 1.0 |
Última Atualização | 2023-05-11 |
Data de Publicação | 2023-05-11 |
Classificação | 3.67/5 Total de 3 Avaliações |
Desenvolvedor | Glenn Rask |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Ajuda | https://nordic-nerds.com/kontakt/ |
Idiomas Suportados | 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" } } |