ListGrabber

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

Qu'est-ce que ListGrabber ?

ListGrabber est une extension Chrome développée par bbailey2828, et sa fonction principale est "Easily copy webpage lists to plain text with a right-click.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension ListGrabber

Téléchargez les fichiers d'extension ListGrabber au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom ListGrabber ListGrabber
ID dlfnbmjailpmedogmmnofikjpfloieah
URL Officiel https://chromewebstore.google.com/detail/listgrabber/dlfnbmjailpmedogmmnofikjpfloieah
Description Easily copy webpage lists to plain text with a right-click.
Taille du Fichier 2.89 MB
Nombre d'Installations 42
Version Actuelle 1.33
Dernière Mise à Jour 2023-10-15
Date de Publication 2023-10-14
Évaluation 5.00/5 Total 1 Évaluations
Développeur bbailey2828
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}