ListGrabber

Easily copy webpage lists to plain text with a right-click.

ما هو ListGrabber؟

ListGrabber هو إضافة Chrome تم تطويرها بواسطة bbailey2828، والميزة الرئيسية لها هي "Easily copy webpage lists to plain text with a right-click.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة ListGrabber

قم بتنزيل ملفات الامتداد ListGrabber بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        ListGrabber is a user-friendly Chrome extension designed to simplify the process of copying list elements from webpages. With just a right-click, you can now effortlessly copy any ordered or unordered list (ol, ul) on a webpage to your clipboard as plain text. Whether it's a recipe, step-by-step guide, or a simple to-do list, ListGrabber has got you covered. Make the web a more accessible place with ListGrabber!                    

معلومات أساسية عن التمديد

الاسم ListGrabber ListGrabber
ID dlfnbmjailpmedogmmnofikjpfloieah
عنوان URL الرسمي https://chromewebstore.google.com/detail/listgrabber/dlfnbmjailpmedogmmnofikjpfloieah
الوصف Easily copy webpage lists to plain text with a right-click.
حجم الملف 2.89 MB
عدد التثبيتات 42
النسخة الحالية 1.33
آخر تحديث 2023-10-15
تاريخ النشر 2023-10-14
تقييم 5.00/5 مجموع تقييمات 1
المطور bbailey2828
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ListGrabber",
    "version": "1.33",
    "description": "Easily copy webpage lists to plain text with a right-click.",
    "permissions": [
        "contextMenus",
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "16": "icon_16.png",
            "48": "icon_48.png",
            "128": "icon_128.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}