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."입니다.
확장 프로그램 스크린샷
ListGrabber 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
ID | dlfnbmjailpmedogmmnofikjpfloieah |
공식 URL | 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": [ " |