Tab Snooze

Save articles, videos and todos for later. They'll magically reopen when you need them.

Tab Snoozeคืออะไร?

Tab Snooze เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.tabsnooze.com และคุณลักษณะหลักของมันคือ "Save articles, videos and todos for later. They'll magically reopen when you need them."

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

screenshot
screenshot
screenshot

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

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

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

                        A productivity tool that keeps you focused and helps you stay on top of tasks in your browser.
After email, the Browser is our 2nd inbox! We keep tabs open like todos that require our attention, and they stay around until they're done. Tab Snooze lets you schedule tabs for later, and keeps you focused on what's relevant now. When it's time, tabs wake up with a gentle notification and get you back to where you left off.

Join over 70 thousand users, reclaim your browser and stay productive!


ABOUT PERMISSIONS

Read & change al the data in your pages - This is required for Tab Snooze to be able to show Desktop notifications with the websites icons, and also in the future, embed snooze buttons in pages.


HELP & SUGGESTIONS
Help Center Email: [email protected]
Suggestions: https://tab-snooze.nolt.io


GET IN TOUCH
Email us at [email protected]
Text us at https://m.me/tabsnooze
Facebook https://facebook.com/tabsnooze                    

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

ชื่อ Tab Snooze Tab Snooze
ID pdiebiamhaleloakpcgmpnenggpjbcbm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tab-snooze/pdiebiamhaleloakpcgmpnenggpjbcbm
คำอธิบาย Save articles, videos and todos for later. They'll magically reopen when you need them.
ขนาดไฟล์ 835 KB
จำนวนการติดตั้ง 63,048
เวอร์ชันปัจจุบัน 2.0.17
อัปเดตครั้งล่าสุด 2019-06-01
วันที่เผยแพร่ 2019-06-01
คะแนน 4.69/5 รวมทั้งหมด 4468 คะแนน
ผู้พัฒนา https://www.tabsnooze.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.tabsnooze.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Snooze",
    "short_name": "Tab Snooze",
    "version": "2.0.17",
    "description": "Save articles, videos and todos for later. They'll magically reopen when you need them.",
    "icons": {
        "128": "images\/extension_icon_128.png"
    },
    "author": "Tab Snooze",
    "homepage_url": "http:\/\/www.tabsnooze.com",
    "permissions": [
        "tabs",
        "alarms",
        "storage",
        "notifications",
        "idle",
        ""
    ],
    "web_accessible_resources": [
        "images\/*",
        "fonts\/*",
        "sounds\/*"
    ],
    "browser_action": {
        "default_title": "Snooze This Tab",
        "default_popup": "index.html#popup",
        "default_icon": {
            "32": "images\/browser_action_32.png"
        }
    },
    "options_page": "index.html#options\/settings",
    "background": {
        "page": "index.html#background",
        "persistent": false
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+S"
            },
            "description": "Snooze active tab"
        },
        "repeat_last_snooze": {
            "suggested_key": {
                "default": "Alt+Shift+S"
            },
            "description": "Repeat last snooze action"
        },
        "open_snoozed_list": {
            "suggested_key": {
                "default": "Alt+J"
            },
            "description": "Open snoozed tabs list"
        },
        "new_todo_page": {
            "suggested_key": {
                "default": "Ctrl+Shift+1"
            },
            "description": "New todo tab",
            "global": true
        }
    }
}