ListGrabber
Easily copy webpage lists to plain text with a right-click.
Apa itu ListGrabber?
ListGrabber adalah ekstensi Chrome yang dikembangkan oleh bbailey2828, dan fitur utamanya adalah "Easily copy webpage lists to plain text with a right-click.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi ListGrabber
Unduh file ekstensi ListGrabber dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | ListGrabber |
ID | dlfnbmjailpmedogmmnofikjpfloieah |
URL Resmi | https://chromewebstore.google.com/detail/listgrabber/dlfnbmjailpmedogmmnofikjpfloieah |
Deskripsi | Easily copy webpage lists to plain text with a right-click. |
Ukuran File | 2.89 MB |
Jumlah Instalasi | 42 |
Versi Saat Ini | 1.33 |
Terakhir Diperbarui | 2023-10-15 |
Tanggal Publikasi | 2023-10-14 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | bbailey2828 |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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": [ " |