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"
    ]
}