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

Qu'est-ce que Ebot Helper and Cellect ?

Ebot Helper and Cellect est une extension Chrome développée par fabricioyacquesdev, et sa fonction principale est "Logs in ebot reverser appear in the top instead of bottom. Also you can select tables and copy them like excel (Cellect).".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Ebot Helper and Cellect

Téléchargez les fichiers d'extension Ebot Helper and Cellect au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

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

Informations de Base sur l'Extension

Nom Ebot Helper and Cellect Ebot Helper and Cellect
ID dfdkfmilhokmcijcgclpiidinpfpedeo
URL Officiel https://chrome.google.com/webstore/detail/ebot-helper-and-cellect/dfdkfmilhokmcijcgclpiidinpfpedeo
Description Logs in ebot reverser appear in the top instead of bottom. Also you can select tables and copy them like excel (Cellect).
Taille du Fichier 103 KB
Nombre d'Installations 365
Version Actuelle 1.2
Dernière Mise à Jour 2019-05-12
Date de Publication 2019-05-09
Évaluation 5.00/5 Total 1 Évaluations
Développeur fabricioyacquesdev
Type de Paiement free
Langues Prises en Charge 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"
    ]
}