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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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 |
Διεύθυνση URL της Σελίδας Βοήθειας | 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" } } |