EZ Copy Plaintext
Automatically removes formatting from your clipboard when using copy. Toggle formatting by right clicking a selection.
O que é EZ Copy Plaintext?
EZ Copy Plaintext é uma extensão do Chrome desenvolvida por Josh, e sua principal característica é "Automatically removes formatting from your clipboard when using copy. Toggle formatting by right clicking a selection.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão EZ Copy Plaintext
Baixe arquivos de extensão EZ Copy Plaintext 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
Automatically removes formatting from your clipboard when you use normal copy paste [Ctrl+c]. If you need to keep the formatting, you can toggle it on and off by right clicking something you've selected/highlighted and pressing 'Get format next copy'. On the next copy you do, it will keep the formatting. Then it will reset back to the default plaintext setting for future copying. simple and robust. NOTE: The extension will not be active on tabs/windows that were already open prior to the installation. Try refreshing the tabs or open a new one to test it out.
Informações Básicas da Extensão
Nome | EZ Copy Plaintext |
ID | khgahhiehdlgmaoghjoegkgbfcdodnhb |
URL Oficial | https://chromewebstore.google.com/detail/ez-copy-plaintext/khgahhiehdlgmaoghjoegkgbfcdodnhb |
Descrição | Automatically removes formatting from your clipboard when using copy. Toggle formatting by right clicking a selection. |
Tamanho do Arquivo | 6.47 KB |
Contagem de Instalações | 780 |
Versão Atual | 1.1.5 |
Última Atualização | 2013-03-03 |
Data de Publicação | 2013-03-02 |
Classificação | 2.54/5 Total de 26 Avaliações |
Desenvolvedor | Josh |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "EZ Copy Plaintext", "description": "Automatically removes formatting from your clipboard when using copy. Toggle formatting by right clicking a selection.", "version": "1.1.5", "manifest_version": 2, "incognito": "split", "background": { "page": "background.html" }, "permissions": [ "contextMenus" ], "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "script.js" ] } ] } |