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 to jest Ebot Helper and Cellect?

Ebot Helper and Cellect to rozszerzenie Chrome opracowane przez fabricioyacquesdev, a jego główną funkcją jest „Logs in ebot reverser appear in the top instead of bottom. Also you can select tables and copy them like excel (Cellect).”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Ebot Helper and Cellect

Pobierz pliki rozszerzeń Ebot Helper and Cellect w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

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

Podstawowe informacje o rozszerzeniu

Nazwa Ebot Helper and Cellect Ebot Helper and Cellect
ID dfdkfmilhokmcijcgclpiidinpfpedeo
Oficjalny URL https://chrome.google.com/webstore/detail/ebot-helper-and-cellect/dfdkfmilhokmcijcgclpiidinpfpedeo
Opis Logs in ebot reverser appear in the top instead of bottom. Also you can select tables and copy them like excel (Cellect).
Rozmiar pliku 103 KB
Liczba instalacji 365
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2019-05-12
Data Publikacji 2019-05-09
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper fabricioyacquesdev
Typ Płatności free
Obsługiwane Języki 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"
    ]
}