Ebot Helper and Cellect

Logs in ebot reverser appear in the top instead of bottom. Also you can select tables and copy them like excel (Cellect).

O que é Ebot Helper and Cellect?

Ebot Helper and Cellect é uma extensão do Chrome desenvolvida por fabricioyacquesdev, e sua principal característica é "Logs in ebot reverser appear in the top instead of bottom. Also you can select tables and copy them like excel (Cellect).".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Ebot Helper and Cellect

Baixe arquivos de extensão Ebot Helper and Cellect 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

                        Logs in ebot reverser appear in the top instead of bottom.

Also you can select tables and copy them like excel (Cellect).                    

Informações Básicas da Extensão

Nome Ebot Helper and Cellect Ebot Helper and Cellect
ID dfdkfmilhokmcijcgclpiidinpfpedeo
URL Oficial https://chrome.google.com/webstore/detail/ebot-helper-and-cellect/dfdkfmilhokmcijcgclpiidinpfpedeo
Descrição Logs in ebot reverser appear in the top instead of bottom. Also you can select tables and copy them like excel (Cellect).
Tamanho do Arquivo 103 KB
Contagem de Instalações 365
Versão Atual 1.2
Última Atualização 2019-05-12
Data de Publicação 2019-05-09
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor fabricioyacquesdev
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ebot Helper and Cellect",
    "version": "1.2",
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "",
        "clipboardWrite",
        "webNavigation"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "ebot-reverser.js",
                "cellect.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "ebot.png"
    },
    "web_accessible_resources": [
        "*.ogg",
        "*.wav",
        "*.js",
        "*.html",
        "*.ttf"
    ]
}