Copy Plain Text

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

O que é Copy Plain Text?

Copy Plain Text é uma extensão do Chrome desenvolvida por David Klayer, e sua principal característica é "You may copy the selected text to the clipboard without formatting by right-clicking on it.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Copy Plain Text

Baixe arquivos de extensão Copy Plain Text no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Copy Plain Text Copy Plain Text
ID ilbkhfhoagglkammfimendfopgmpochg
URL Oficial https://chromewebstore.google.com/detail/copy-plain-text/ilbkhfhoagglkammfimendfopgmpochg
Descrição You may copy the selected text to the clipboard without formatting by right-clicking on it.
Tamanho do Arquivo 18.13 KB
Contagem de Instalações 432
Versão Atual 0.1
Última Atualização 2022-05-29
Data de Publicação 2022-05-29
Classificação 4.93/5 Total de 41 Avaliações
Desenvolvedor David Klayer
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://worldaddons.com/copy-plain-text/
URL da Página de Ajuda https://worldaddons.com/contact/
URL da Página de Política de Privacidade https://worldaddons.com/privacy-policy
Idiomas Suportados 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"
    }
}