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”。
扩展截图
下载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 |
ID | ebkmnfjbmmfeogbaokjedeigicecplje |
官方URL | 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" } } |