Tab Saver
One button click to save your current tab session offline for later restoring.
Tab Saver là gì?
Tab Saver là một tiện ích mở rộng Chrome được phát triển bởi https://noahyamamoto.com, và tính năng chính của nó là "One button click to save your current tab session offline for later restoring.".
Ả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 Tab Saver
Tải xuống các tệp mở rộng Tab Saver 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
Tab Saver provides a friendly little button that, upon pressing, will close and save all your open tabs to local storage for easy restoring later. Features include: - Up to 95% memory reduction by saving your tab session for later. - Can be used as an alternative to extensions like Panic Button and OneTab. - Simple and colorful tab preview page that randomly generates a new background every time. - Gathers absolutely zero information on you and is completely open source (https://github.com/Egrodo/tab-saver-chrome-extension) - Super small extension, doesn't run in the background when not used, doesn't add any bloat to your browser More features will be added as I think of them, suggestions welcome!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Tab Saver |
ID | bcolcolejgecmpoklbikgcecpmchnkhh |
URL Chính Thức | https://chromewebstore.google.com/detail/tab-saver/bcolcolejgecmpoklbikgcecpmchnkhh |
Mô tả | One button click to save your current tab session offline for later restoring. |
Kích Thước Tệp | 43.49 KB |
Số Lần Cài Đặt | 382 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2019-12-21 |
Ngày Phát Hành | 2019-12-20 |
Đánh Giá | 3.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | https://noahyamamoto.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/Egrodo/Tab-Saver-Chrome-Extension |
URL Trang Trợ Giúp | https://github.com/Egrodo/Tab-Saver-Chrome-Extension/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Saver", "description": "One button click to save your current tab session offline for later restoring.", "version": "1.2", "browser_action": { "default_icon": "icon-64.png", "default_title": "Tab Saver" }, "icons": { "16": "icon-16.png", "32": "icon-32.png", "64": "icon-64.png", "128": "icon-128.png" }, "background": { "scripts": [ "js\/background.js" ] }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "storage", "tabs" ] } |