Save Tabs

Saves open tabs to the bookmarks for easy sync and for saving memory

什麼是Save Tabs?

Save Tabs是由NSD開發的Chrome擴展程式,該擴展的主要功能是“Saves open tabs to the bookmarks for easy sync and for saving memory”。

擴展截圖

screenshot
screenshot

下載Save Tabs擴展crx文件

下載Save Tabs擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension saves open tabs to the bookmarks for easy sync and for saving memory                    

擴展基本資訊

名稱 Save Tabs Save Tabs
ID jnnkhocfnekiikbiilndmhoamjfhgbog
官方網址 https://chromewebstore.google.com/detail/save-tabs/jnnkhocfnekiikbiilndmhoamjfhgbog
簡介 Saves open tabs to the bookmarks for easy sync and for saving memory
檔案大小 7.11 KB
安裝次數 20
目前版本 0.2
更新時間 2015-11-23
上架時間 2015-11-23
評分 5.00/5 共 2 次評分
開發者 NSD
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Save Tabs",
    "version": "0.2",
    "description": "Saves open tabs to the bookmarks for easy sync and for saving memory",
    "permissions": [
        "tabs",
        "bookmarks"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Save Tabs",
        "default_icon": "icon.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}