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).

¿Qué es Ebot Helper and Cellect?

Ebot Helper and Cellect es una extensión de Chrome desarrollada por fabricioyacquesdev, y su función principal es "Logs in ebot reverser appear in the top instead of bottom. Also you can select tables and copy them like excel (Cellect).".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Ebot Helper and Cellect

Descarga archivos de extensión Ebot Helper and Cellect 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

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

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

Información Básica de la Extensión

Nombre Ebot Helper and Cellect Ebot Helper and Cellect
ID dfdkfmilhokmcijcgclpiidinpfpedeo
URL Oficial https://chrome.google.com/webstore/detail/ebot-helper-and-cellect/dfdkfmilhokmcijcgclpiidinpfpedeo
Descripción Logs in ebot reverser appear in the top instead of bottom. Also you can select tables and copy them like excel (Cellect).
Tamaño del Archivo 103 KB
Cantidad de Instalaciones 365
Versión Actual 1.2
Última Actualización 2019-05-12
Fecha de Publicación 2019-05-09
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador fabricioyacquesdev
Tipo de Pago free
Idiomas Soportados 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"
    ]
}