Tab Snooze - Works as of Nov 7 2021

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

Tab Snooze - Works as of Nov 7 2021 là gì?

Tab Snooze - Works as of Nov 7 2021 là một tiện ích mở rộng Chrome được phát triển bởi csandapp, và tính năng chính của nó là "Save articles, videos and todos for later. They'll magically reopen when you need them.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tab Snooze - Works as of Nov 7 2021

Tải xuống các tệp mở rộng Tab Snooze - Works as of Nov 7 2021 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

                        Working version of Tab Snooze (https://chrome.google.com/webstore/detail/tab-snooze/pdiebiamhaleloakpcgmpnenggpjbcbm). 

Props to the original developer of Tab Snooze (https://tabsnooze.com) for making such an amazing extension. Just wanted to share a working version as of now. I claim no credit for any of this. Thanks to the commenters in the original extension page for helping me find a fix!                    

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

Tên Tab Snooze - Works as of Nov 7 2021 Tab Snooze - Works as of Nov 7 2021
ID kgnigbfnfjgpfaiaafcbgdkpalapiinb
URL Chính Thức https://chromewebstore.google.com/detail/tab-snooze-works-as-of-no/kgnigbfnfjgpfaiaafcbgdkpalapiinb
Mô tả Save articles, videos and todos for later. They'll magically reopen when you need them.
Kích Thước Tệp 835 KB
Số Lần Cài Đặt 3,000
Phiên Bản Hiện Tại 11.7.17
Cập Nhật Lần Cuối 2021-11-17
Ngày Phát Hành 2021-11-17
Đánh Giá 4.77/5 Tổng số 44 Đánh Giá
Nhà Phát Triển csandapp
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Snooze - Works as of Nov 7 2021",
    "short_name": "Tab Snooze",
    "version": "11.7.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
        }
    }
}