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
官方網址 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"
    }
}