VI-PR: Remove Comments

Tired of manually removing comments from your code? VI-PR is here to wipe your comments, without harming the indentation or the way…

O que é VI-PR: Remove Comments?

VI-PR: Remove Comments é uma extensão do Chrome desenvolvida por keshav-kalpana, e sua principal característica é "Tired of manually removing comments from your code? VI-PR is here to wipe your comments, without harming the indentation or the way…".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão VI-PR: Remove Comments

Baixe arquivos de extensão VI-PR: Remove Comments 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

                        Tired of manually removing comments from your code? VI-PR is here to wipe your comments, without harming the indentation or the way you write your code. Copy your code, paste it into VI-PR, and voila, you're done. You can copy it into your clipboard, or see the output right in the extension itself! Let's wipe some comments away.                    

Informações Básicas da Extensão

Nome VI-PR: Remove Comments VI-PR: Remove Comments
ID fflpoajlgpdegaenoodiceolblkeapae
URL Oficial https://chromewebstore.google.com/detail/vi-pr-remove-comments/fflpoajlgpdegaenoodiceolblkeapae
Descrição Tired of manually removing comments from your code? VI-PR is here to wipe your comments, without harming the indentation or the way…
Tamanho do Arquivo 104 KB
Contagem de Instalações 86
Versão Atual 0.0.1
Última Atualização 2022-09-21
Data de Publicação 2022-09-21
Classificação 4.93/5 Total de 14 Avaliações
Desenvolvedor keshav-kalpana
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VI-PR: Remove Comments",
    "version": "0.0.1",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_icon": "128.png"
    },
    "icons": {
        "128": "128.png"
    }
}