Wardrobe

Put tabs into Wardrobe and take them out later

Wardrobeคืออะไร?

Wardrobe เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Vladstudio และคุณลักษณะหลักของมันคือ "Put tabs into Wardrobe and take them out later"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wardrobe

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
    }
}