ListGrabber
Easily copy webpage lists to plain text with a right-click.
Cos'è ListGrabber?
ListGrabber è un'estensione di Chrome sviluppata da bbailey2828, e la sua funzione principale è "Easily copy webpage lists to plain text with a right-click.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ListGrabber
Scarica i file di estensione ListGrabber in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | ListGrabber |
ID | dlfnbmjailpmedogmmnofikjpfloieah |
URL Ufficiale | https://chromewebstore.google.com/detail/listgrabber/dlfnbmjailpmedogmmnofikjpfloieah |
Descrizione | Easily copy webpage lists to plain text with a right-click. |
Dimensione del File | 2.89 MB |
Conteggio Installazioni | 42 |
Versione Corrente | 1.33 |
Ultimo Aggiornamento | 2023-10-15 |
Data di Pubblicazione | 2023-10-14 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | bbailey2828 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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": [ " |