ListGrabber

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

What is ListGrabber?

ListGrabber is a Chrome extension developed by bbailey2828, and its main feature is "Easily copy webpage lists to plain text with a right-click.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download ListGrabber Extension CRX File

Download ListGrabber extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name ListGrabber ListGrabber
ID dlfnbmjailpmedogmmnofikjpfloieah
Official URL https://chromewebstore.google.com/detail/listgrabber/dlfnbmjailpmedogmmnofikjpfloieah
Description Easily copy webpage lists to plain text with a right-click.
File Size 2.89 MB
Installation Count 42
Current Version 1.33
Last Updated 2023-10-15
Publish Date 2023-10-14
Rating 5.00/5 Total 1 Ratings
Developer bbailey2828
Email [email protected]
Payment Type free
Supported Languages 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": [
                ""
            ]
        }
    ]
}