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

Was ist Ebot Helper and Cellect?

Ebot Helper and Cellect ist eine Chrome-Erweiterung, die von fabricioyacquesdev entwickelt wurde, und ihr Hauptmerkmal ist "Logs in ebot reverser appear in the top instead of bottom. Also you can select tables and copy them like excel (Cellect).".

Erweiterungsscreenshots

screenshot

Ebot Helper and Cellect-Erweiterungs-CRX-Datei herunterladen

Laden Sie Ebot Helper and Cellect-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

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

Grundlegende Informationen zur Erweiterung

Name Ebot Helper and Cellect Ebot Helper and Cellect
ID dfdkfmilhokmcijcgclpiidinpfpedeo
Offizielle URL https://chrome.google.com/webstore/detail/ebot-helper-and-cellect/dfdkfmilhokmcijcgclpiidinpfpedeo
Beschreibung Logs in ebot reverser appear in the top instead of bottom. Also you can select tables and copy them like excel (Cellect).
Dateigröße 103 KB
Installationsanzahl 365
Aktuelle Version 1.2
Letztes Update 2019-05-12
Veröffentlichungsdatum 2019-05-09
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler fabricioyacquesdev
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}