Snooze Tabby

Snooze your tabs for later!

Snooze Tabby là gì?

Snooze Tabby là một tiện ích mở rộng Chrome được phát triển bởi https://snoozetabby.com, và tính năng chính của nó là "Snooze your tabs for later!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Snooze Tabby

Tải xuống các tệp mở rộng Snooze Tabby dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        When you find something that you don't have time to view right now, but you're not sure if it's worth making a bookmark - Snooze it! 

☆☆☆ Featured in Lifehacker.com, Lifehacker.jp, Komando.com, Producthunt.com and Makeuseof.com! ☆☆☆

Extension Features:
* Snooze tabs and have them popup later when you have time for them
* Snooze multiple tabs at a time
* Use default snoozing timings or create your own custom timings
* Recurring tabs that popup every hour, day, week, month or year → Open news site every day at 08:00? No problem!
* Export tabs in a variety of formats
* Keyboard shortcuts for quick snoozing
* Completely free

Help us:
Genuinely enjoy the Snooze Tabby experience? 
Support the Snooze Tabby community by giving us a great review and share with others!

Help & suggestions:
Help center: https://docs.snoozetabby.com
Suggestions and bugs: [email protected]                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Snooze Tabby Snooze Tabby
ID ododnaepjbicadkebdookecppfhjdmhp
URL Chính Thức https://chromewebstore.google.com/detail/snooze-tabby/ododnaepjbicadkebdookecppfhjdmhp
Mô tả Snooze your tabs for later!
Kích Thước Tệp 825 KB
Số Lần Cài Đặt 4,777
Phiên Bản Hiện Tại 0.2.8
Cập Nhật Lần Cuối 2019-03-08
Ngày Phát Hành 2019-03-08
Đánh Giá 4.29/5 Tổng số 58 Đánh Giá
Nhà Phát Triển https://snoozetabby.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://snoozetabby.com
URL Trang Trợ Giúp https://docs.snoozetabby.com/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Snooze Tabby",
    "description": "Snooze your tabs for later!",
    "homepage_url": "https:\/\/snoozetabby.com",
    "version": "0.2.8",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Open Snooze Tabby",
        "default_icon": {
            "32": "browser.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+S"
            }
        },
        "quick-command-1": {
            "suggested_key": {
                "default": "Alt+Shift+1"
            },
            "description": "Snooze Shortcut 1"
        },
        "quick-command-2": {
            "suggested_key": {
                "default": "Alt+Shift+2"
            },
            "description": "Snooze Shortcut 2"
        },
        "quick-command-3": {
            "suggested_key": {
                "default": "Alt+Shift+3"
            },
            "description": "Snooze Shortcut 3"
        }
    },
    "permissions": [
        "storage",
        "tabs",
        "notifications",
        "alarms",
        "unlimitedStorage",
        "idle"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}