TabCapture

Saves all open tabs so you can revisit them later.

什么是TabCapture?

TabCapture是由HardDriveSoul开发的Chrome扩展程序,该扩展的主要功能是“Saves all open tabs so you can revisit them later.”。

扩展截图

screenshot

下载TabCapture扩展crx文件

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

扩展使用说明

                        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                    

扩展基本信息

名称 TabCapture TabCapture
ID mafkkijmceaebldkpbhocjjppdlniefe
官方URL https://chrome.google.com/webstore/detail/tabcapture/mafkkijmceaebldkpbhocjjppdlniefe
简介 Saves all open tabs so you can revisit them later.
文件大小 32.76 KB
安装次数 46
当前版本 0.0.0.1
更新时间 2017-03-16
上架时间 2017-03-16
评分 3.00/5 共2次评分
开发者 HardDriveSoul
付费类型 free
支持的语言 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"
    ]
}