ListGrabber
Easily copy webpage lists to plain text with a right-click.
Vad är ListGrabber?
ListGrabber är en Chrome-tillägg utvecklad av bbailey2828, och dess huvudfunktion är "Easily copy webpage lists to plain text with a right-click.".
Tilläggsskärmbilder
Ladda ner ListGrabber-förlängningens CRX-fil
Ladda ner ListGrabber-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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! Grundläggande Information om Tillägg
| Namn | |
| ID | dlfnbmjailpmedogmmnofikjpfloieah |
| Officiell webbadress | https://chromewebstore.google.com/detail/listgrabber/dlfnbmjailpmedogmmnofikjpfloieah |
| Beskrivning | Easily copy webpage lists to plain text with a right-click. |
| Filstorlek | 2.89 MB |
| Antal Installationer | 42 |
| Aktuell Version | 1.33 |
| Senast Uppdaterad | 2023-10-15 |
| Publiceringsdatum | 2023-10-14 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | bbailey2828 |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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": [
" | |