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
官方URL 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"
    }
}