Tabs Saver
Tab Saver is a powerful extension that helps you organize and save your open tabs for later use. With Tab Saver, you can create…
什么是Tabs Saver?
Tabs Saver是由S.开发的Chrome扩展程序,该扩展的主要功能是“Tab Saver is a powerful extension that helps you organize and save your open tabs for later use. With Tab Saver, you can create…”。
扩展截图
下载Tabs Saver扩展crx文件
下载Tabs Saver扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Tab Saver is a powerful extension that helps you organize and save your open tabs for later use. With Tab Saver, you can create folders to categorize and store your tabs, making it easy to access them whenever you need. Save your tabs with just one click and give each folder a custom name. Open all saved tabs at once with a single click or open specific folders individually. Stay organized and boost your productivity with Tab Saver!
扩展基本信息
名称 | Tabs Saver |
ID | aniebmmmmnpkggbnnjablneifehlkedc |
官方URL | https://chromewebstore.google.com/detail/tabs-saver/aniebmmmmnpkggbnnjablneifehlkedc |
简介 | Tab Saver is a powerful extension that helps you organize and save your open tabs for later use. With Tab Saver, you can create… |
文件大小 | 38.24 KB |
安装次数 | 128 |
当前版本 | 1.45 |
更新时间 | 2023-05-11 |
上架时间 | 2023-05-10 |
评分 | 4.00/5 共1次评分 |
开发者 | S. |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tabs Saver", "version": "1.45", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "action": { "default_popup": "popup.html" }, "host_permissions": [ "https:\/\/developer.chrome.com\/*" ], "permissions": [ "tabs", "activeTab", "storage" ], "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } } |