Snooze Tabs

Snooze tabs and todos for later. Dismiss tabs that you don’t need now, and set an alarm to bring them back when you need them

Snooze Tabsคืออะไร?

Snooze Tabs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://snoozetabs.com และคุณลักษณะหลักของมันคือ "Snooze tabs and todos for later. Dismiss tabs that you don’t need now, and set an alarm to bring them back when you need them"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Snooze Tabs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Helping you focus your attention, remove distractions, lower CPU usage and save battery by dismissing those memory-eating tabs in your browser. Perfect for chronic tab-hoarders.

➤ Key Features:

~ Free:
- Preset times
- Custom date and time to snooze your tabs
- Snooze current, selected or all tabs 
- Customisable keyboard shortcuts  
- Light & Dark theme
- Group tabs title 

~ Pro:
- Unlimited snooze
- Cloud sync and backup
- Todos tab to snooze
- Notification sound
- Recurring snooze
- Auto-group tabs
- Snooze history
- Workspaces

Available for both Chrome & Firefox browser. 

Pro license is available to purchase here: https://coderishi.gumroad.com/l/snoozetabs-pro

To learn more about this extension, please visit: https://snoozetabs.com                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Snooze Tabs Snooze Tabs
ID dcgnmgccfgdhakmcaidcfjmmkjngjbih
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/snooze-tabs/dcgnmgccfgdhakmcaidcfjmmkjngjbih
คำอธิบาย Snooze tabs and todos for later. Dismiss tabs that you don’t need now, and set an alarm to bring them back when you need them
ขนาดไฟล์ 7.8 MB
จำนวนการติดตั้ง 306
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2024-01-27
วันที่เผยแพร่ 2022-11-07
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://snoozetabs.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://snoozetabs.com
URL หน้าช่วยเหลือ https://mail.google.com/mail/u/0/[email protected][email protected]&body=I+need+help+with+X+Y+Z!
URL หน้านโยบายความเป็นส่วนตัว https://readermode.io/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Snooze Tabs",
    "version": "1.4",
    "description": "Snooze tabs and todos for later. Dismiss tabs that you don\u2019t need now, and set an alarm to bring them back when you need them",
    "icons": {
        "16": "img\/icons\/icon.png",
        "48": "img\/icons\/icon.png",
        "128": "img\/icons\/icon.png"
    },
    "author": "@praveenbdma",
    "homepage_url": "https:\/\/snoozetabs.com",
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "notifications",
        "identity"
    ],
    "action": {
        "default_icon": "img\/icons\/icon.png",
        "default_popup": "app.html"
    },
    "background": {
        "service_worker": "bg.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "js\/*",
                "css\/*",
                "fonts\/*",
                "img\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "commands": {
        "later-today": {
            "description": "Later Today",
            "suggested_key": {
                "default": "Alt+Shift+S"
            }
        },
        "this-evening": {
            "description": "This evening"
        },
        "tomorrow": {
            "description": "Tomorrow morning"
        },
        "tomorrow-evening": {
            "description": "Tomorrow evening"
        },
        "this-weekend": {
            "description": "This weekend"
        },
        "next-week": {
            "description": "Next week"
        },
        "next-month": {
            "description": "Next month"
        }
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAszSNoZBOkpFX7yzk76aHKaJ4dbLY0JEpO4fyVLPlyItKAuyo23HYUqbtOcMkOhmwLGe3O49yH1N4YBkyDn1IfTifBH0hNrZeBAe+eJxVXCLIVbBaKLEU6PWYVVR1CggnN7gIB\/5khZwaMFfiunfSXHMk4X+1q1Ia+hOd00NldCMtL0ROl5hIU5F6RYXERDpTT\/lOnE3S3zoUNGSeoMvvXwfc7EOUfSakqPnnfs9Ulbjd8Wx2n+rLVqz3dH18Uyq1aQlg0z4cPrC\/tJ4cNmubfjT2j29fhAbnM9NY1EGYsbCqEsZPRROfGgzhafx6W4jOtpF3uqdTNzIbZLAqNCijSwIDAQAB",
    "oauth2": {
        "client_id": "581542035719-qm78nkecttg463670brjavmga2ha83qm.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/drive.file"
        ]
    }
}