Copy Plain Text

You may copy the selected text to the clipboard without formatting by right-clicking on it.

¿Qué es Copy Plain Text?

Copy Plain Text es una extensión de Chrome desarrollada por David Klayer, y su función principal es "You may copy the selected text to the clipboard without formatting by right-clicking on it.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Copy Plain Text

Descarga archivos de extensión Copy 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 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.                    

Información Básica de la Extensión

Nombre Copy Plain Text Copy Plain Text
ID ilbkhfhoagglkammfimendfopgmpochg
URL Oficial https://chromewebstore.google.com/detail/copy-plain-text/ilbkhfhoagglkammfimendfopgmpochg
Descripción You may copy the selected text to the clipboard without formatting by right-clicking on it.
Tamaño del Archivo 18.13 KB
Cantidad de Instalaciones 432
Versión Actual 0.1
Última Actualización 2022-05-29
Fecha de Publicación 2022-05-29
Calificación 4.93/5 Total de 41 Calificaciones
Desarrollador David Klayer
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://worldaddons.com/copy-plain-text/
URL de la Página de Ayuda https://worldaddons.com/contact/
URL de la Página de Política de Privacidad https://worldaddons.com/privacy-policy
Idiomas Soportados 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"
    }
}