Save tabs as HTML
Save list of open tabs as an HTML file.
Save tabs as HTML là gì?
Save tabs as HTML 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à "Save list of open tabs as an HTML 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 Save tabs as HTML
Tải xuống các tệp mở rộng Save tabs as HTML 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 addon generates an HTML file containing links pointing to the tabs open in all windows. The file includes the title and URL of each tab, as well as the browser user agent and the date and time the file was saved. This can be useful as an ad-hoc way to save a browser session. Unlike similar addons that save to a text file, this extension saves the open tabs as HTML, which can be re-opened in the browser later and the URLs re-opened with a click. This addon does not store or archive the pages themselves. It only saves the URL and title of the page. Incognito tabs are excluded.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Save tabs as HTML |
ID | dmnhgbenglfffoaodbgpfoihfnbdbfcb |
URL Chính Thức | https://chromewebstore.google.com/detail/save-tabs-as-html/dmnhgbenglfffoaodbgpfoihfnbdbfcb |
Mô tả | Save list of open tabs as an HTML file. |
Kích Thước Tệp | 12.13 KB |
Số Lần Cài Đặt | 640 |
Phiên Bản Hiện Tại | 0.3.2 |
Cập Nhật Lần Cuối | 2021-11-30 |
Ngày Phát Hành | 2021-11-12 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Unknown |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/nbeaver/save-tabs-as-html |
URL Trang Trợ Giúp | https://github.com/nbeaver/save-tabs-as-html/issues |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Save tabs as HTML", "description": "Save list of open tabs as an HTML file.", "manifest_version": 2, "version": "0.3.2", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png" }, "permissions": [ "tabs", "downloads" ], "browser_action": { "default_icon": "icons\/icon128.png", "default_title": "Save tabs as HTML." }, "background": { "scripts": [ "save_tabs.js" ] } } |