ListGrabber

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

什么是ListGrabber?

ListGrabber是由bbailey2828开发的Chrome扩展程序,该扩展的主要功能是“Easily copy webpage lists to plain text with a right-click.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载ListGrabber扩展crx文件

下载ListGrabber扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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": [
                ""
            ]
        }
    ]
}