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
官方網址 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": [
                ""
            ]
        }
    ]
}