Active Tab Exporter for Chrome
Export currently open Chrome tab URLs to the clipboard or download the list as a file.
Active Tab Exporter for Chrome là gì?
Active Tab Exporter for Chrome là một tiện ích mở rộng Chrome được phát triển bởi https://mnmapplications.com, và tính năng chính của nó là "Export currently open Chrome tab URLs to the clipboard or download the list as a file.".
Ả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 Active Tab Exporter for Chrome
Tải xuống các tệp mở rộng Active Tab Exporter for Chrome 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
Active Tab Exporter for Chrome gives you the ability to quickly export all of your open Chrome tab URLs to clipboard or to a file. This saves you all the effort of having to go through each tab you have open and click into the URL bar, copy the URL, and finally paste it wherever you need it to go. With this extension, you can do everything with a single button click. ======================================== MAIN FEATURES ======================================== • Option to include all open Chrome windows or just the tabs in the currently active window • Option to sort the output (enabled by default) • Copy the list of URLs to your clipboard with 1 button • Export the list of URLs to a file (TXT, CSV, JSON). ======================================== URL LIST EXPORT OPTIONS ======================================== • Copy to Clipboard • TXT • CSV • JSON ======================================== SECURITY / PERMISSIONS ======================================== * This extension requests the 'tabs' permission - which it needs in order to fetch all of your open tab URLs so it can export them to you.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Active Tab Exporter for Chrome |
ID | klffcomidfmikbjjkhfclfiegclldnhb |
URL Chính Thức | https://chromewebstore.google.com/detail/active-tab-exporter-for-c/klffcomidfmikbjjkhfclfiegclldnhb |
Mô tả | Export currently open Chrome tab URLs to the clipboard or download the list as a file. |
Kích Thước Tệp | 4.6 MB |
Số Lần Cài Đặt | 1,899 |
Phiên Bản Hiện Tại | 1.02 |
Cập Nhật Lần Cuối | 2023-11-21 |
Ngày Phát Hành | 2020-07-04 |
Đánh Giá | 3.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://mnmapplications.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://mnmapplications.com/chrome-extensions/ |
URL Trang Trợ Giúp | https://mnmapplications.com/contact/ |
URL Trang Chính Sách Bảo Mật | https://mnmapplications.com/privacy-policy-active-tab-exporter-for-chrome |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Active Tab Exporter for Chrome", "version": "1.02", "description": "Export currently open Chrome tab URLs to the clipboard or download the list as a file.", "manifest_version": 3, "icons": { "16": "assets\/images\/icon-16.png", "48": "assets\/images\/icon-48.png", "128": "assets\/images\/icon-128.png" }, "action": { "default_icon": { "16": "assets\/images\/icon-16.png", "48": "assets\/images\/icon-48.png", "128": "assets\/images\/icon-128.png" }, "default_popup": "index.html" }, "permissions": [ "tabs" ] } |