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

Cos'è Ebot Helper and Cellect?

Ebot Helper and Cellect è un'estensione di Chrome sviluppata da fabricioyacquesdev, e la sua funzione principale è "Logs in ebot reverser appear in the top instead of bottom. Also you can select tables and copy them like excel (Cellect).".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Ebot Helper and Cellect

Scarica i file di estensione Ebot Helper and Cellect in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

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

Informazioni di Base sull'Estensione

Nome Ebot Helper and Cellect Ebot Helper and Cellect
ID dfdkfmilhokmcijcgclpiidinpfpedeo
URL Ufficiale https://chrome.google.com/webstore/detail/ebot-helper-and-cellect/dfdkfmilhokmcijcgclpiidinpfpedeo
Descrizione Logs in ebot reverser appear in the top instead of bottom. Also you can select tables and copy them like excel (Cellect).
Dimensione del File 103 KB
Conteggio Installazioni 365
Versione Corrente 1.2
Ultimo Aggiornamento 2019-05-12
Data di Pubblicazione 2019-05-09
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore fabricioyacquesdev
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}