tabs2txt
Generate a newline-delimited block of text composed of the URLs of all tabs in the current window.
tabs2txt là gì?
tabs2txt là một tiện ích mở rộng Chrome được phát triển bởi zvxr.tech, và tính năng chính của nó là "Generate a newline-delimited block of text composed of the URLs of all tabs in the current window.".
Ả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 tabs2txt
Tải xuống các tệp mở rộng tabs2txt 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
This add-on provides a button to copy the URL strings of all active tabs in a window to a scratchpad, delimit them with newlines, and provides the ability to copy the list to clipboard. The scratchpad contents can be edited in-place and another button allows for the URLs in the scratchpad to be re-opened in new tabs.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | tabs2txt |
ID | jaobckfgmoejmffgmlllfohadijkicgf |
URL Chính Thức | https://chromewebstore.google.com/detail/tabs2txt/jaobckfgmoejmffgmlllfohadijkicgf |
Mô tả | Generate a newline-delimited block of text composed of the URLs of all tabs in the current window. |
Kích Thước Tệp | 8.48 KB |
Số Lần Cài Đặt | 491 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2017-04-26 |
Ngày Phát Hành | 2017-04-26 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | zvxr.tech |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://zvxr.net/ |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "version": "1.1", "default_locale": "en", "permissions": [ "tabs" ], "browser_action": { "default_icon": { "32": "icons\/page-32.png" }, "default_title": "__MSG_popupTitle__", "default_popup": "popup\/popup.html" }, "icons": { "16": "icons\/page-16.png", "32": "icons\/page-32.png", "48": "icons\/page-48.png" } } |