TabRecall

Store and organize your browsing sessions

什么是TabRecall?

TabRecall是由ramchan5916开发的Chrome扩展程序,该扩展的主要功能是“Store and organize your browsing sessions”。

扩展截图

screenshot

下载TabRecall扩展crx文件

下载TabRecall扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 TabRecall TabRecall
ID jigeoabeodiakeocihgcppapnfikpaad
官方URL https://chromewebstore.google.com/detail/tabrecall/jigeoabeodiakeocihgcppapnfikpaad
简介 Store and organize your browsing sessions
文件大小 56.58 KB
安装次数 67
当前版本 0.4
更新时间 2016-11-04
上架时间 2016-11-03
评分 5.00/5 共2次评分
开发者 ramchan5916
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    ]
}