TabCapture

Saves all open tabs so you can revisit them later.

TabCapture là gì?

TabCapture là một tiện ích mở rộng Chrome được phát triển bởi HardDriveSoul, và tính năng chính của nó là "Saves all open tabs so you can revisit them later.".

Ả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 TabCapture

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

                        Saves all open tabs so you can revisit them later.

How it works:
-"Save Currently Open Tabs" : enter a title into the input box and click the "Save" button. Congrats, your tabs have been saved.
-"View" : If you select a session title from the dropdown and click the "View" button, you can see the URLs of all the tabs associated with that session. The links will show up in the box near the bottom. You can copy these links from here, and if you press Ctrl+A, you can select them all.
-"Delete" : If you click the "Delete" button, it will delete the currently selected session title (along with its associated URLs) from the dropdown. To refresh it, close and reopen the app.

Then next time you want to visit those tabs, go to:
-"Saved Sessions" : this dropdown displays all the titles of the sessions you've saved. Select the title.
-"Load Options" : this dropdown displays the different way you can re-open your session. You have three options:
    -New Tabs : open the tabs in the window (works for both regular and incognito)              you currently have open.
    -New Window: open the tabs in a new window.
    -New Incognito Window: open the tabs in a new incognito window                    

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

Tên TabCapture TabCapture
ID mafkkijmceaebldkpbhocjjppdlniefe
URL Chính Thức https://chrome.google.com/webstore/detail/tabcapture/mafkkijmceaebldkpbhocjjppdlniefe
Mô tả Saves all open tabs so you can revisit them later.
Kích Thước Tệp 32.76 KB
Số Lần Cài Đặt 46
Phiên Bản Hiện Tại 0.0.0.1
Cập Nhật Lần Cuối 2017-03-16
Ngày Phát Hành 2017-03-16
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển HardDriveSoul
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": "TabCapture",
    "description": "Saves all open tabs so you can revisit them later.",
    "version": "0.0.0.1",
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon_48.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ]
}