ListGrabber

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

O que é ListGrabber?

ListGrabber é uma extensão do Chrome desenvolvida por bbailey2828, e sua principal característica é "Easily copy webpage lists to plain text with a right-click.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão ListGrabber

Baixe arquivos de extensão ListGrabber no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome ListGrabber ListGrabber
ID dlfnbmjailpmedogmmnofikjpfloieah
URL Oficial https://chromewebstore.google.com/detail/listgrabber/dlfnbmjailpmedogmmnofikjpfloieah
Descrição Easily copy webpage lists to plain text with a right-click.
Tamanho do Arquivo 2.89 MB
Contagem de Instalações 42
Versão Atual 1.33
Última Atualização 2023-10-15
Data de Publicação 2023-10-14
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor bbailey2828
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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": [
                ""
            ]
        }
    ]
}