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 |
Eメール | [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" } } |