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

Vad är Ebot Helper and Cellect?

Ebot Helper and Cellect är en Chrome-tillägg utvecklad av fabricioyacquesdev, och dess huvudfunktion är "Logs in ebot reverser appear in the top instead of bottom. Also you can select tables and copy them like excel (Cellect).".

Tilläggsskärmbilder

screenshot

Ladda ner Ebot Helper and Cellect-förlängningens CRX-fil

Ladda ner Ebot Helper and Cellect-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

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

Grundläggande Information om Tillägg

Namn Ebot Helper and Cellect Ebot Helper and Cellect
ID dfdkfmilhokmcijcgclpiidinpfpedeo
Officiell webbadress https://chrome.google.com/webstore/detail/ebot-helper-and-cellect/dfdkfmilhokmcijcgclpiidinpfpedeo
Beskrivning Logs in ebot reverser appear in the top instead of bottom. Also you can select tables and copy them like excel (Cellect).
Filstorlek 103 KB
Antal Installationer 365
Aktuell Version 1.2
Senast Uppdaterad 2019-05-12
Publiceringsdatum 2019-05-09
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare fabricioyacquesdev
Betalningssätt free
Stödda Språk 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"
    ]
}