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
官方網址 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"
    ]
}