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ファイルをダウンロード
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! 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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": [
" | |