Wardrobe
Put tabs into Wardrobe and take them out later
What is Wardrobe?
Wardrobe is a Chrome extension developed by Vladstudio, and its main feature is "Put tabs into Wardrobe and take them out later".
Extension Screenshots
Download Wardrobe Extension CRX File
Download Wardrobe extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Wardrobe |
ID | mkloocaohoahbkjlknlokkaccbbeplni |
Official URL | https://chromewebstore.google.com/detail/wardrobe/mkloocaohoahbkjlknlokkaccbbeplni |
Description | Put tabs into Wardrobe and take them out later |
File Size | 59.94 KB |
Installation Count | 263 |
Current Version | 1.1.0 |
Last Updated | 2021-09-23 |
Publish Date | 2021-03-17 |
Rating | 5.00/5 Total 5 Ratings |
Developer | Vladstudio |
[email protected] | |
Payment Type | free |
Extension Website | https://wardrobe.vlad.studio/ |
Help Page URL | https://vlad.studio/about-contact |
Privacy Policy Page URL | https://responsive-buddy.vlad.studio/privacy |
Supported Languages | 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" } } |