Save Tabs

Save and restore all tabs from toolbar popup!

Save Tabs là gì?

Save Tabs là một tiện ích mở rộng Chrome được phát triển bởi Lynn, và tính năng chính của nó là "Save and restore all tabs from toolbar popup!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Save Tabs

Tải xuống các tệp mở rộng Save Tabs 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

                        Save tabs is an extension that helps you save and close all tabs with just one click from your browser's toolbar popup.

Simply open the toolbar popup UI and click on the - Close tabs - button on the top-left corner. To open all closed tabs please click on the - Open tabs - button on the top toolbar. Within the toolbar popup UI, you will also see the list of tabs. You can easily reorder the items in this list to your desired order (drag & drop). All open tabs will be adapted automatically to the new order. Besides, you can click on the close button in the toolbar popup to close a single tab (and remove it from the list). Once you make any changes in the toolbar popup UI, the exact change will appear for all open tabs in your browser; vice versa, once you make any change on the open tabs, the toolbar popup will be updated accordingly.

Note: To report bugs, please fill the bug report form on the addon's homepage (https://mybrowseraddon.com/save-tabs.html).                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Save Tabs Save Tabs
ID efgdadcghookjdehffdbmoofpfcmgoaa
URL Chính Thức https://chromewebstore.google.com/detail/save-tabs/efgdadcghookjdehffdbmoofpfcmgoaa
Mô tả Save and restore all tabs from toolbar popup!
Kích Thước Tệp 53.23 KB
Số Lần Cài Đặt 6,027
Phiên Bản Hiện Tại 0.1.5
Cập Nhật Lần Cuối 2023-11-16
Ngày Phát Hành 2019-11-21
Đánh Giá 2.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Lynn
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://mybrowseraddon.com/save-tabs.html
URL Trang Trợ Giúp https://mybrowseraddon.com/save-tabs.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.5",
    "name": "Save Tabs",
    "manifest_version": 3,
    "offline_enabled": true,
    "permissions": [
        "tabs",
        "storage"
    ],
    "homepage_url": "https:\/\/mybrowseraddon.com\/save-tabs.html",
    "description": "Save and restore all tabs from toolbar popup!",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Save Tabs",
        "default_popup": "data\/popup\/popup.html",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}