Tab Keeper

This extension helps to quickly save open tabs and return to them later.

什麼是Tab Keeper?

Tab Keeper是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“This extension helps to quickly save open tabs and return to them later.”。

擴展截圖

screenshot
screenshot

下載Tab Keeper擴展crx文件

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

擴展使用說明

                        The extension saves a list of open tabs, so that later it is possible to return to them with one click.                    

擴展基本資訊

名稱 Tab Keeper Tab Keeper
ID lbpbmplnjoonfgknodgmhgclgcdnbbja
官方網址 https://chromewebstore.google.com/detail/tab-keeper/lbpbmplnjoonfgknodgmhgclgcdnbbja
簡介 This extension helps to quickly save open tabs and return to them later.
檔案大小 21.42 KB
安裝次數 1,115
目前版本 1.3
更新時間 2020-06-05
上架時間 2020-06-05
評分 4.17/5 共 6 次評分
開發者 Unknown
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Keeper",
    "description": "This extension helps to quickly save open tabs and return to them later.",
    "permissions": [
        "tabs"
    ],
    "version": "1.3",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "popup.png"
    }
}