ChatGPT Remove Background Color on Copy
A simple Chrome extension to remove the background color from copied text.
Cos'è ChatGPT Remove Background Color on Copy?
ChatGPT Remove Background Color on Copy è un'estensione di Chrome sviluppata da Glenn Rask, e la sua funzione principale è "A simple Chrome extension to remove the background color from copied text.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ChatGPT Remove Background Color on Copy
Scarica i file di estensione ChatGPT Remove Background Color on Copy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | ChatGPT Remove Background Color on Copy |
ID | edhpmfponianadhdmmdkiabbedgdnfei |
URL Ufficiale | https://chromewebstore.google.com/detail/chatgpt-remove-background/edhpmfponianadhdmmdkiabbedgdnfei |
Descrizione | A simple Chrome extension to remove the background color from copied text. |
Dimensione del File | 10.97 KB |
Conteggio Installazioni | 836 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2023-05-11 |
Data di Pubblicazione | 2023-05-11 |
Valutazione | 3.67/5 Totale 3 Valutazioni |
Sviluppatore | Glenn Rask |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://nordic-nerds.com/kontakt/ |
Lingue Supportate | 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" } } |