ListGrabber

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

ListGrabber là gì?

ListGrabber là một tiện ích mở rộng Chrome được phát triển bởi bbailey2828, và tính năng chính của nó là "Easily copy webpage lists to plain text with a right-click.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ListGrabber

Tải xuống các tệp mở rộng ListGrabber dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ListGrabber ListGrabber
ID dlfnbmjailpmedogmmnofikjpfloieah
URL Chính Thức https://chromewebstore.google.com/detail/listgrabber/dlfnbmjailpmedogmmnofikjpfloieah
Mô tả Easily copy webpage lists to plain text with a right-click.
Kích Thước Tệp 2.89 MB
Số Lần Cài Đặt 42
Phiên Bản Hiện Tại 1.33
Cập Nhật Lần Cuối 2023-10-15
Ngày Phát Hành 2023-10-14
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển bbailey2828
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}