Tab Collector

Save current tabs

Tab Collector là gì?

Tab Collector là một tiện ích mở rộng Chrome được phát triển bởi Daniel McSheehy, và tính năng chính của nó là "Save current tabs".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Tab Collector 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 Collector saves open tabs and information on current window, which can easily be accessed later. This will free up memory and ram, and speed up your computer. Saved tabs are stored on your chrome account so they can opened on any/all computers you are logged into. Tab Collector also has night mode support.

To collect opened tabs, click on the purple icon on your upper right screen, and on the drop-down menu hit "Save". It will display when you have saved the data, and it can also show each link. By clicking on the save file it will open a new window with all the tabs that were saved. The button night mode will make the current page dark, and will make text at night easier to read. To return the page to normal refresh the page.                    

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

Tên Tab Collector Tab Collector
ID emohfffgmfmhabjcidjoehjplgjnjoif
URL Chính Thức https://chromewebstore.google.com/detail/tab-collector/emohfffgmfmhabjcidjoehjplgjnjoif
Mô tả Save current tabs
Kích Thước Tệp 26.75 KB
Số Lần Cài Đặt 102
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-12-17
Ngày Phát Hành 2016-12-17
Nhà Phát Triển Daniel McSheehy
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Collector",
    "description": "Save current tabs",
    "version": "1.0",
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "Collect Tabs.",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}