ConCat - Help copy and paste on web pages
This extension helps copy and paste by copying repeating elements on a web page together
ConCat - Help copy and paste on web pages là gì?
ConCat - Help copy and paste on web pages là một tiện ích mở rộng Chrome được phát triển bởi AKIRA-MIYAKE, và tính năng chính của nó là "This extension helps copy and paste by copying repeating elements on a web page together".
Ả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 ConCat - Help copy and paste on web pages
Tải xuống các tệp mở rộng ConCat - Help copy and paste on web pages 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
By using this extension from the context menu, you can easily copy the title of the item displayed in the list and its link to the spreadsheet. If the expected elements are not selected, adding additional base elements with a click will present you with new repeating elements. Also, this extension does not require an internet connection to work. Therefore, you can use this extension on any web page, including intranets. [Note] The current extension has the following restrictions: + Cannot keep non-existent elements as blanks. + Cannot be used for iframe elements.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ConCat - Help copy and paste on web pages |
ID | pemfddepjgkelgbanochmpmhehmleopm |
URL Chính Thức | https://chromewebstore.google.com/detail/concat-help-copy-and-past/pemfddepjgkelgbanochmpmhehmleopm |
Mô tả | This extension helps copy and paste by copying repeating elements on a web page together |
Kích Thước Tệp | 390 KB |
Số Lần Cài Đặt | 42 |
Phiên Bản Hiện Tại | 1.0.0.1 |
Cập Nhật Lần Cuối | 2020-02-12 |
Ngày Phát Hành | 2020-02-12 |
Nhà Phát Triển | AKIRA-MIYAKE |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ConCat - Help copy and paste on web pages", "version": "1.0.0.1", "description": "This extension helps copy and paste by copying repeating elements on a web page together", "manifest_version": 2, "permissions": [ "contextMenus", "activeTab" ], "web_accessible_resources": [ "static\/css\/content.css" ], "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "static\/js\/background.js" ], "persistent": false } } |