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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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