Wardrobe
Put tabs into Wardrobe and take them out later
什么是Wardrobe?
Wardrobe是由Vladstudio开发的Chrome扩展程序,该扩展的主要功能是“Put tabs into Wardrobe and take them out later”。
扩展截图
下载Wardrobe扩展crx文件
下载Wardrobe扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Out of sight, out of mind Hide tabs when you switch to something else, and bring them back when you need them again. Read later Keep tabs in Wardrobe until you have time to work with them. Less noise, less memory Be less distracted by tabs you don’t need right now, and free some RAM too. New in 1.1.0 - added import/export.
扩展基本信息
名称 | Wardrobe |
ID | mkloocaohoahbkjlknlokkaccbbeplni |
官方URL | https://chromewebstore.google.com/detail/wardrobe/mkloocaohoahbkjlknlokkaccbbeplni |
简介 | Put tabs into Wardrobe and take them out later |
文件大小 | 59.94 KB |
安装次数 | 263 |
当前版本 | 1.1.0 |
更新时间 | 2021-09-23 |
上架时间 | 2021-03-17 |
评分 | 5.00/5 共5次评分 |
开发者 | Vladstudio |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://wardrobe.vlad.studio/ |
帮助页面URL | https://vlad.studio/about-contact |
隐私政策页面URL | https://responsive-buddy.vlad.studio/privacy |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Wardrobe", "description": "Put tabs into Wardrobe and take them out later", "version": "1.1.0", "manifest_version": 3, "permissions": [ "storage", "tabs" ], "action": { "default_popup": "popup.html", "default_title": "Wardrobe", "default_icon": { "16": "\/icons\/16.png", "32": "\/icons\/32.png", "48": "\/icons\/48.png", "128": "\/icons\/128.png" } }, "icons": { "16": "\/icons\/16.png", "32": "\/icons\/32.png", "48": "\/icons\/48.png", "128": "\/icons\/128.png" } } |