HTML Tag Elements Attribute CSV Exporter
Export HTML tag element attributes to CSV only by entering a HTML query selector.
HTML Tag Elements Attribute CSV Exporter là gì?
HTML Tag Elements Attribute CSV Exporter là một tiện ích mở rộng Chrome được phát triển bởi https://binande.ir, và tính năng chính của nó là "Export HTML tag element attributes to CSV only by entering a HTML query selector.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng HTML Tag Elements Attribute CSV Exporter
Tải xuống các tệp mở rộng HTML Tag Elements Attribute CSV Exporter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
HTML Tag Elements Attribute CSV Exporter This chrome extension allows you to export the attribute values (or outer HTML) of selected HTML elements on any web page as a CSV file. You can use this extension to extract data from web pages for analysis, research, or backup purposes. How to use this extension: To use this extension, follow these steps: 1. Install the extension from the Chrome Web Store. 2. Go to any web page that you want to extract data from. 3. Click on the extension icon in the toolbar. A popup will appear with two text boxes: one for selector html query and another for attribute name. 4. In the selector html query text box, enter a valid CSS selector that matches the HTML elements you want to export. For example, if you want to export all the links on the page, you can enter a as the selector. If you want to export only the links with a specific class name, you can enter a.className as the selector. You can use any CSS selector syntax supported by Chrome. For more information on CSS selectors search on google. 5. In the attribute name text box, enter the name of the attribute that you want to export for each element. For example, if you want to export the href attribute of each link, you can enter href as the attribute name. If you want to export the outer HTML of each element, you can leave this text box empty. 6. Click on the Download CSV button. A CSV file will be downloaded to your default download location. The file will contain one row for each element that matches your selector, and one column for the attribute value (or outer HTML) of each element. Feedback and support: If you have any questions, suggestions, or issues with this extension, please contact me by Telegram at (https://miladashrafi.t.me). I appreciate your feedback and support. Thank you for using HTML Tag Elements Attribute CSV Exporter!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | HTML Tag Elements Attribute CSV Exporter |
ID | abgkmkplmioghgbeojbghobhdppaefpb |
URL Chính Thức | https://chromewebstore.google.com/detail/html-tag-elements-attribu/abgkmkplmioghgbeojbghobhdppaefpb |
Mô tả | Export HTML tag element attributes to CSV only by entering a HTML query selector. |
Kích Thước Tệp | 38.51 KB |
Số Lần Cài Đặt | 35 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2023-05-24 |
Ngày Phát Hành | 2023-05-23 |
Nhà Phát Triển | https://binande.ir |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://binande.ir |
URL Trang Trợ Giúp | https://miladashrafi.t.me |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "HTML Tag Elements Attribute CSV Exporter", "version": "1.0", "description": "Export HTML tag element attributes to CSV only by entering a HTML query selector.", "icons": { "16": "16x16.png", "48": "48x48.png", "128": "128x128.png" }, "permissions": [ "scripting", "activeTab", "storage" ], "action": { "default_popup": "popup.html" } } |