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 là gì?

Ebot Helper and Cellect là một tiện ích mở rộng Chrome được phát triển bởi fabricioyacquesdev, và tính năng chính của nó là "Logs in ebot reverser appear in the top instead of bottom. Also you can select tables and copy them like excel (Cellect).".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Ebot Helper and Cellect

Tải xuống các tệp mở rộng Ebot Helper and Cellect dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Ebot Helper and Cellect Ebot Helper and Cellect
ID dfdkfmilhokmcijcgclpiidinpfpedeo
URL Chính Thức https://chrome.google.com/webstore/detail/ebot-helper-and-cellect/dfdkfmilhokmcijcgclpiidinpfpedeo
Mô tả Logs in ebot reverser appear in the top instead of bottom. Also you can select tables and copy them like excel (Cellect).
Kích Thước Tệp 103 KB
Số Lần Cài Đặt 365
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2019-05-12
Ngày Phát Hành 2019-05-09
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển fabricioyacquesdev
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}