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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย fabricioyacquesdev และคุณลักษณะหลักของมันคือ "Logs in ebot reverser appear in the top instead of bottom. Also you can select tables and copy them like excel (Cellect)."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ebot Helper and Cellect

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}