TabRecall

Store and organize your browsing sessions

TabRecall là gì?

TabRecall là một tiện ích mở rộng Chrome được phát triển bởi ramchan5916, và tính năng chính của nó là "Store and organize your browsing sessions".

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

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

                        With TabRecall you can create profiles of the pages you often visit. 

For example organizing them by categories e.g. your social media, email pages, video streaming sites, etc. You can reopen them by selecting the desired profile and TabRecall will bring all your saved tabs to the same or new window.

Organizing your browsing sessions was never that easy until now.                    

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

Tên TabRecall TabRecall
ID jigeoabeodiakeocihgcppapnfikpaad
URL Chính Thức https://chromewebstore.google.com/detail/tabrecall/jigeoabeodiakeocihgcppapnfikpaad
Mô tả Store and organize your browsing sessions
Kích Thước Tệp 56.58 KB
Số Lần Cài Đặt 67
Phiên Bản Hiện Tại 0.4
Cập Nhật Lần Cuối 2016-11-04
Ngày Phát Hành 2016-11-03
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển ramchan5916
Email [email protected]
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": "TabRecall",
    "description": "Store and organize your browsing sessions",
    "version": "0.4",
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+A",
                "windows": "Alt+Shift+A",
                "mac": "Alt+Shift+A",
                "chromeos": "Alt+Shift+A",
                "linux": "Alt+Shift+A"
            }
        }
    },
    "permissions": [
        "storage",
        "tabs"
    ]
}