Save Your Tabs for Later

Save all tabs in a window to check it later and keep browsing other topics on the internet or just changing task.

Save Your Tabs for Later là gì?

Save Your Tabs for Later là một tiện ích mở rộng Chrome được phát triển bởi bkanyo, và tính năng chính của nó là "Save all tabs in a window to check it later and keep browsing other topics on the internet or just changing task.".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Save Your Tabs for Later 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 all tabs in a window to check it later and keep browsing other topics on the internet or just changing task.

Using this extension can be really useful when you are researching on the internet in multiple topics or just have multiple workflows for multiple tasks which are require different tabs to be opened.

You can use this extension to extend your capability by focusing on more tasks at the same time or just switching tasks on-the-fly by opening a saved session in this add-on.                    

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

Tên Save Your Tabs for Later Save Your Tabs for Later
ID dlpkofiapmkalomecepjjhlkjhommkap
URL Chính Thức https://chromewebstore.google.com/detail/save-your-tabs-for-later/dlpkofiapmkalomecepjjhlkjhommkap
Mô tả Save all tabs in a window to check it later and keep browsing other topics on the internet or just changing task.
Kích Thước Tệp 1.06 MB
Số Lần Cài Đặt 25
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2017-08-14
Ngày Phát Hành 2017-08-14
Nhà Phát Triển bkanyo
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Save Your Tabs for Later",
    "description": "Save all tabs in a window to check it later and keep browsing other topics on the internet or just changing task.",
    "version": "1.0.2",
    "shortName": "Save tabs",
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "media\/icon.png",
        "default_popup": "index.html"
    }
}