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

Co je Ebot Helper and Cellect?

Ebot Helper and Cellect je rozšíření Chrome vyvinuté fabricioyacquesdev, a jeho hlavní funkcí je „Logs in ebot reverser appear in the top instead of bottom. Also you can select tables and copy them like excel (Cellect).“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Ebot Helper and Cellect

Stáhněte si soubory rozšíření Ebot Helper and Cellect ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

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

Základní Informace o Rozšíření

Název Ebot Helper and Cellect Ebot Helper and Cellect
ID dfdkfmilhokmcijcgclpiidinpfpedeo
Oficiální URL https://chrome.google.com/webstore/detail/ebot-helper-and-cellect/dfdkfmilhokmcijcgclpiidinpfpedeo
Popis Logs in ebot reverser appear in the top instead of bottom. Also you can select tables and copy them like excel (Cellect).
Velikost souboru 103 KB
Počet instalací 365
Aktuální Verze 1.2
Poslední Aktualizace 2019-05-12
Datum Vydání 2019-05-09
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář fabricioyacquesdev
Typ Platby free
Podporované Jazyky 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"
    ]
}