Tabs Saver

This extension helps to quickly save the open tabs on your Chrome window. Then you can open all these tabs with one click any time.

什麼是Tabs Saver?

Tabs Saver是由Hashim Puthiyakath開發的Chrome擴展程式,該擴展的主要功能是“This extension helps to quickly save the open tabs on your Chrome window. Then you can open all these tabs with one click any time.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下載Tabs Saver擴展crx文件

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

擴展使用說明

                        Tabs Saver is a utility extension for Chrome browser to save your open tabs as a collection, so you can restore them later quickly. 
If you have a bunch of websites that you open everyday, you may be opening them one after another. 
With Tabs Saver, you can save the websites or web pages as a collection and open them later with a single click.                    

擴展基本資訊

名稱 Tabs Saver Tabs Saver
ID iflhplolclcdpkfklodaakdipklpjlbc
官方網址 https://chromewebstore.google.com/detail/tabs-saver/iflhplolclcdpkfklodaakdipklpjlbc
簡介 This extension helps to quickly save the open tabs on your Chrome window. Then you can open all these tabs with one click any time.
檔案大小 22.52 KB
安裝次數 191
目前版本 1.2
更新時間 2021-03-08
上架時間 2021-03-07
評分 5.00/5 共 4 次評分
開發者 Hashim Puthiyakath
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tabs Saver",
    "description": "This extension helps to quickly save the open tabs on your Chrome window. Then you can open all these tabs with one click any time.",
    "permissions": [
        "tabs"
    ],
    "version": "1.2",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "popup.png"
    }
}