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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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