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

Apa itu Ebot Helper and Cellect?

Ebot Helper and Cellect adalah ekstensi Chrome yang dikembangkan oleh fabricioyacquesdev, dan fitur utamanya adalah "Logs in ebot reverser appear in the top instead of bottom. Also you can select tables and copy them like excel (Cellect).".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Ebot Helper and Cellect

Unduh file ekstensi Ebot Helper and Cellect dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

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

Informasi Dasar Ekstensi

Nama Ebot Helper and Cellect Ebot Helper and Cellect
ID dfdkfmilhokmcijcgclpiidinpfpedeo
URL Resmi https://chrome.google.com/webstore/detail/ebot-helper-and-cellect/dfdkfmilhokmcijcgclpiidinpfpedeo
Deskripsi Logs in ebot reverser appear in the top instead of bottom. Also you can select tables and copy them like excel (Cellect).
Ukuran File 103 KB
Jumlah Instalasi 365
Versi Saat Ini 1.2
Terakhir Diperbarui 2019-05-12
Tanggal Publikasi 2019-05-09
Penilaian 5.00/5 Total 1 Penilaian
Pengembang fabricioyacquesdev
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}