Tab Capture

Organize and store browsing tabs

Tab Capture là gì?

Tab Capture là một tiện ích mở rộng Chrome được phát triển bởi abhijit.seal, và tính năng chính của nó là "Organize and store browsing tabs".

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

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

                        Using Tab capture you can record the tabs and open at a later time on any computer. You can also store the record as bookmark.

With this extension, you never have to remember an url again or don't have to clutter the bookmark                    

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

Tên Tab Capture Tab Capture
ID dimbnhdhcboeolhledfhoemgldofldnh
URL Chính Thức https://chrome.google.com/webstore/detail/tab-capture/dimbnhdhcboeolhledfhoemgldofldnh
Mô tả Organize and store browsing tabs
Kích Thước Tệp 24.41 KB
Số Lần Cài Đặt 58
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2015-01-17
Ngày Phát Hành 2015-01-17
Nhà Phát Triển abhijit.seal
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 Capture",
    "version": "1.0",
    "description": "Organize and store browsing tabs",
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "bookmarks"
    ],
    "browser_action": {
        "default_popup": "tabcap.html",
        "default_title": "TabCapture"
    },
    "icons": {
        "128": "tabCapture-128.png"
    },
    "manifest_version": 2
}