SaveTabs

Save the tabs in your current window to a new, timestamped, bookmarks folder.

什么是SaveTabs?

SaveTabs是由Chris Dzombak开发的Chrome扩展程序,该扩展的主要功能是“Save the tabs in your current window to a new, timestamped, bookmarks folder.”。

扩展截图

screenshot

下载SaveTabs扩展crx文件

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

扩展使用说明

                        Saves the tabs in your current window to a new bookmarks folder, named based on the current date & time.

You can choose where new bookmarks folders are created. To change that setting, just right-click on the SaveTabs button and select "Options".                    

扩展基本信息

名称 SaveTabs SaveTabs
ID ciemojomefnilhnidpjknolhbefbdoie
官方URL https://chromewebstore.google.com/detail/savetabs/ciemojomefnilhnidpjknolhbefbdoie
简介 Save the tabs in your current window to a new, timestamped, bookmarks folder.
文件大小 95.11 KB
安装次数 3,455
当前版本 0.5
更新时间 2013-11-06
上架时间 2013-11-05
评分 4.67/5 共24次评分
开发者 Chris Dzombak
付费类型 free
扩展官网 http://github.com/cdzombak/SaveTabs
帮助页面URL http://github.com/cdzombak/SaveTabs/issues
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SaveTabs",
    "author": "Chris Dzombak ",
    "manifest_version": 2,
    "version": "0.5",
    "description": "Save the tabs in your current window to a new, timestamped, bookmarks folder.",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Save tabs in a new bookmarks folder"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "homepage_url": "http:\/\/github.com\/cdzombak\/SaveTabs",
    "options_page": "options.html",
    "permissions": [
        "bookmarks",
        "tabs",
        "alarms"
    ],
    "icons": {
        "16": "icon\/icon-16.png",
        "48": "icon\/icon-48.png",
        "128": "icon\/icon-128.png"
    }
}