ListGrabber

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

Wat is ListGrabber?

ListGrabber is een Chrome-extensie ontwikkeld door bbailey2828, en de belangrijkste functie is "Easily copy webpage lists to plain text with a right-click.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie ListGrabber

Download ListGrabber-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam ListGrabber ListGrabber
ID dlfnbmjailpmedogmmnofikjpfloieah
Officiële URL https://chromewebstore.google.com/detail/listgrabber/dlfnbmjailpmedogmmnofikjpfloieah
Beschrijving Easily copy webpage lists to plain text with a right-click.
Bestandsgrootte 2.89 MB
Aantal Installaties 42
Huidige Versie 1.33
Laatst Bijgewerkt 2023-10-15
Publicatiedatum 2023-10-14
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar bbailey2828
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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": [
                ""
            ]
        }
    ]
}