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

Τι είναι το Ebot Helper and Cellect;

Το Ebot Helper and Cellect είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον fabricioyacquesdev, και η κύρια λειτουργία του είναι "Logs in ebot reverser appear in the top instead of bottom. Also you can select tables and copy them like excel (Cellect).".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Ebot Helper and Cellect

Λήψη αρχείων επέκτασης Ebot Helper and Cellect σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

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

Βασικές Πληροφορίες Επέκτασης

Όνομα Ebot Helper and Cellect Ebot Helper and Cellect
ID dfdkfmilhokmcijcgclpiidinpfpedeo
Επίσημο URL https://chrome.google.com/webstore/detail/ebot-helper-and-cellect/dfdkfmilhokmcijcgclpiidinpfpedeo
Περιγραφή Logs in ebot reverser appear in the top instead of bottom. Also you can select tables and copy them like excel (Cellect).
Μέγεθος Αρχείου 103 KB
Αριθμός Εγκαταστάσεων 365
Τρέχουσα Έκδοση 1.2
Τελευταία Ενημέρωση 2019-05-12
Ημερομηνία Δημοσίευσης 2019-05-09
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής fabricioyacquesdev
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    ]
}