Copy As Plain Text
Easily copy the selected text without formatting to the clipboard via the right-click menu.
¿Qué es Copy As Plain Text?
Copy As Plain Text es una extensión de Chrome desarrollada por Yubi, y su función principal es "Easily copy the selected text without formatting to the clipboard via the right-click menu.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Copy As Plain Text
Descarga archivos de extensión Copy As Plain Text 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
Copy As Plain Text is a lite extension that let you easily copy any text without formatting to the clipboard via right-click context-menu item. Simply browse to a website and select a desired text, then right-click and select - Copy as plain text - from the context-menu. The selected text will be copied to the clipboard without any formatting. Please note that, in order to paste to the clipboard you can use (Ctrl + V) or right-click and select - Paste - from the context-menu. To report bugs, please fill the bug report form in the addon's homepage (https://mybrowseraddon.com/copy-as-plain-text.html).
Información Básica de la Extensión
Nombre | Copy As Plain Text |
ID | eneajgkmdhmjmloiabgkpkiooaejmlpk |
URL Oficial | https://chromewebstore.google.com/detail/copy-as-plain-text/eneajgkmdhmjmloiabgkpkiooaejmlpk |
Descripción | Easily copy the selected text without formatting to the clipboard via the right-click menu. |
Tamaño del Archivo | 9.44 KB |
Cantidad de Instalaciones | 28,697 |
Versión Actual | 0.1.3 |
Última Actualización | 2023-08-14 |
Fecha de Publicación | 2020-07-04 |
Calificación | 4.23/5 Total de 39 Calificaciones |
Desarrollador | Yubi |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://mybrowseraddon.com/copy-as-plain-text.html |
URL de la Página de Ayuda | https://mybrowseraddon.com/copy-as-plain-text.html |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.3", "manifest_version": 3, "offline_enabled": true, "name": "Copy As Plain Text", "homepage_url": "https:\/\/mybrowseraddon.com\/copy-as-plain-text.html", "description": "Easily copy the selected text without formatting to the clipboard via the right-click menu.", "background": { "service_worker": "background.js" }, "permissions": [ "storage", "activeTab", "scripting", "contextMenus", "clipboardWrite" ], "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |