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

Wat is Ebot Helper and Cellect?

Ebot Helper and Cellect is een Chrome-extensie ontwikkeld door fabricioyacquesdev, en de belangrijkste functie is "Logs in ebot reverser appear in the top instead of bottom. Also you can select tables and copy them like excel (Cellect).".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Ebot Helper and Cellect

Download Ebot Helper and Cellect-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

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

Basisinformatie over de Extensie

Naam Ebot Helper and Cellect Ebot Helper and Cellect
ID dfdkfmilhokmcijcgclpiidinpfpedeo
Officiële URL https://chrome.google.com/webstore/detail/ebot-helper-and-cellect/dfdkfmilhokmcijcgclpiidinpfpedeo
Beschrijving Logs in ebot reverser appear in the top instead of bottom. Also you can select tables and copy them like excel (Cellect).
Bestandsgrootte 103 KB
Aantal Installaties 365
Huidige Versie 1.2
Laatst Bijgewerkt 2019-05-12
Publicatiedatum 2019-05-09
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar fabricioyacquesdev
Betalingswijze free
Ondersteunde Talen 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"
    ]
}