MultiSelect
Allows the user to select multiple sections of text, highlight those selections, and export them as a single text document.
MultiSelect là gì?
MultiSelect là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Allows the user to select multiple sections of text, highlight those selections, and export them as a single text document.".
Ả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 MultiSelect
Tải xuống các tệp mở rộng MultiSelect 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
MultiSelect allows you to select multiple snippets of text on a page, highlight them, and download them as a single plaintext file.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | MultiSelect |
ID | pgmbjfpmcplcjecijhebaaifghgoklhb |
URL Chính Thức | https://chromewebstore.google.com/detail/multiselect/pgmbjfpmcplcjecijhebaaifghgoklhb |
Mô tả | Allows the user to select multiple sections of text, highlight those selections, and export them as a single text document. |
Kích Thước Tệp | 23.82 KB |
Số Lần Cài Đặt | 380 |
Phiên Bản Hiện Tại | 0.2 |
Cập Nhật Lần Cuối | 2018-12-09 |
Ngày Phát Hành | 2018-12-09 |
Đánh Giá | 2.50/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Unknown |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MultiSelect", "description": "Allows the user to select multiple sections of text, highlight those selections, and export them as a single text document.", "version": "0.2", "browser_action": { "default_icon": "msicon-48.png", "default_title": "Enable MultiSelect" }, "icons": { "16": "msicon-16.png", "48": "msicon-48.png", "128": "msicon-128.png" }, "permissions": [ "activeTab" ], "background": { "persistent": true, "scripts": [ "multiselect.js" ] } } |