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是由fabricioyacquesdev开发的Chrome扩展程序,该扩展的主要功能是“Logs in ebot reverser appear in the top instead of bottom. Also you can select tables and copy them like excel (Cellect).”。

扩展截图

screenshot

下载Ebot Helper and Cellect扩展crx文件

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