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