Export Tabs URLs
Save a list of all open tabs into a text file.
Export Tabs URLs là gì?
Export Tabs URLs là một tiện ích mở rộng Chrome được phát triển bởi skend, và tính năng chính của nó là "Save a list of all open tabs into a text 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 Export Tabs URLs
Tải xuống các tệp mở rộng Export Tabs URLs 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
List the URLs of all the open tabs and copy that list to clipboard or export it to a file. Features: - include titles - custom format (e.g. markdown, html…) - filter tabs - limit to current window - list non-HTTP(s) URLs - ignore pinned tabs
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Export Tabs URLs |
ID | jfcmbgcnangoalgpopaakignejjfpcmo |
URL Chính Thức | https://chromewebstore.google.com/detail/export-tabs-urls/jfcmbgcnangoalgpopaakignejjfpcmo |
Mô tả | Save a list of all open tabs into a text file. |
Kích Thước Tệp | 65.67 KB |
Số Lần Cài Đặt | 3,602 |
Phiên Bản Hiện Tại | 0.2.13 |
Cập Nhật Lần Cuối | 2021-09-25 |
Ngày Phát Hành | 2021-09-25 |
Đánh Giá | 5.00/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | skend |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/skend/export-tabs-urls |
URL Trang Trợ Giúp | https://github.com/skend/export-tabs-urls |
Ngôn Ngữ Được Hỗ Trợ | de,en-US,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "0.2.13", "default_locale": "en_US", "icons": { "16": "img\/16x16.png", "32": "img\/32x32.png", "64": "img\/64x64.png", "128": "img\/128x128.png" }, "browser_action": { "browser_style": true, "default_icon": "img\/128x128.png", "default_title": "__MSG_appButtonDesc__", "default_popup": "popup\/popup.html" }, "options_ui": { "page": "options\/options.html", "browser_style": true }, "permissions": [ "clipboardWrite", "notifications", "storage", "tabs" ] } |