Tab Saver

Save your tabs to use them later

什麼是Tab Saver?

Tab Saver是由Make Your Life Better開發的Chrome擴展程式,該擴展的主要功能是“Save your tabs to use them later”。

擴展截圖

screenshot
screenshot
screenshot

下載Tab Saver擴展crx文件

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

擴展使用說明

                        Tab Saver is an open source tool to save your tabs.

You can save your tabs if you want to take a break from a subject when you are using too many tabs related too many different subject. Then you can reopen them as a tab group and continue where you left off!

You can use it with a basic popup.
Your data is not stored at anywhere but your computer.
It's pure, secure and useful.

You can contact me for bug reporting, feature demanding etc.

Code: https://github.com/i01000101/Chrome-Tab-Saver                    

擴展基本資訊

名稱 Tab Saver Tab Saver
ID ebkmnfjbmmfeogbaokjedeigicecplje
官方網址 https://chromewebstore.google.com/detail/tab-saver/ebkmnfjbmmfeogbaokjedeigicecplje
簡介 Save your tabs to use them later
檔案大小 218 KB
安裝次數 895
目前版本 1.0.0
更新時間 2021-04-14
上架時間 2021-04-13
評分 4.75/5 共 4 次評分
開發者 Make Your Life Better
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tab Saver",
    "version": "1.0.0",
    "description": "Save your tabs to use them later",
    "action": {
        "default_icon": "icons\/boxIcon.png",
        "default_popup": "popup.html",
        "default_title": "Tab Saver"
    },
    "permissions": [
        "tabs",
        "tabGroups",
        "storage",
        "unlimitedStorage"
    ],
    "icons": {
        "512": "icons\/boxIcon.png"
    }
}