Copy Plain Text
You may copy the selected text to the clipboard without formatting by right-clicking on it.
Qu'est-ce que Copy Plain Text ?
Copy Plain Text est une extension Chrome développée par David Klayer, et sa fonction principale est "You may copy the selected text to the clipboard without formatting by right-clicking on it.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Copy Plain Text
Téléchargez les fichiers d'extension Copy Plain Text au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Copy Plain Text is a lightweight plugin that allows you to copy any text without formatting to the clipboard by adding a right-click context menu option. Simply navigate to a website and choose a phrase, then right-click and pick - Copy as plain text from the context menu. The selected text will be copied to the clipboard unaltered. You may also paste links to websites on a Mac using the address bar (ctrl + v) or right-click and select Paste - from the context menu.
Informations de Base sur l'Extension
Nom | Copy Plain Text |
ID | ilbkhfhoagglkammfimendfopgmpochg |
URL Officiel | https://chromewebstore.google.com/detail/copy-plain-text/ilbkhfhoagglkammfimendfopgmpochg |
Description | You may copy the selected text to the clipboard without formatting by right-clicking on it. |
Taille du Fichier | 18.13 KB |
Nombre d'Installations | 432 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2022-05-29 |
Date de Publication | 2022-05-29 |
Évaluation | 4.93/5 Total 41 Évaluations |
Développeur | David Klayer |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://worldaddons.com/copy-plain-text/ |
URL de la Page d'Aide | https://worldaddons.com/contact/ |
URL de la Page de Politique de Confidentialité | https://worldaddons.com/privacy-policy |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1", "manifest_version": 3, "offline_enabled": true, "name": "Copy Plain Text", "short_name": "copy-plain-text", "homepage_url": "https:\/\/worldaddons.com\/copy-plain-text\/", "description": "You may copy the selected text to the clipboard without formatting by right-clicking on it.", "permissions": [ "storage", "activeTab", "scripting", "contextMenus", "clipboardWrite" ], "commands": { "_execute_action": [] }, "background": { "service_worker": "background.js" }, "icons": { "16": "resources\/icons\/16.png", "32": "resources\/icons\/32.png", "48": "resources\/icons\/48.png", "64": "resources\/icons\/64.png", "128": "resources\/icons\/128.png" } } |