Save Tabs

Save your opened tabs as json or plain text

什麼是Save Tabs?

Save Tabs是由robeeeert開發的Chrome擴展程式,該擴展的主要功能是“Save your opened tabs as json or plain text”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Save Tabs擴展crx文件

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

擴展使用說明

                        Save Tabs is a chrome extension that allows saving all opened tabs to JSON or plain text.

Currently, it includes the following features:

- Save open tabs as JSON or plain text
- Optionally save the tabs from all open windows
- Optionally open the list in a new tab instead of saving it to a file
- Optionally change the file name

Specials:

- Requires minimum permissions
- Works completely offline
- Does not upload your tab lists to any server                    

擴展基本資訊

名稱 Save Tabs Save Tabs
ID ikpopifiapnnnoggbmhhnnaiiaehnfel
官方網址 https://chromewebstore.google.com/detail/save-tabs/ikpopifiapnnnoggbmhhnnaiiaehnfel
簡介 Save your opened tabs as json or plain text
檔案大小 12.91 KB
安裝次數 160
目前版本 0.2.0
更新時間 2017-04-23
上架時間 2017-04-23
評分 4.00/5 共 2 次評分
開發者 robeeeert
電子郵箱 savetabs@second-page.de
付費類型 free
擴展官網 https://github.com/robeeeert/chrome-save-tabs
說明頁面URL https://github.com/robeeeert/chrome-save-tabs/issues
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Save Tabs",
    "description": "Save your opened tabs as json or plain text",
    "version": "0.2.0",
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "storage"
    ]
}