Tab Reminder

Quickly set reminders to revisit specific web pages.

Tab Reminder là gì?

Tab Reminder là một tiện ích mở rộng Chrome được phát triển bởi Garrett Grimm, và tính năng chính của nó là "Quickly set reminders to revisit specific web pages.".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Tab Reminder 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

                        Have you ever opened a website and said to yourself "I'd like to look at this more, but maybe later"?  This extension makes it simple to remind yourself to revisit any website when you decide.

Reminders are shown as native Chrome notifications, and when clicked you will be taken back to the site.  You can also snooze reminders for 15 minutes.

✅ Note that browser notifications must be enabled for you to receive them.                    

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

Tên Tab Reminder Tab Reminder
ID emjkjhniepjnianimdjmjndnjdanjmmk
URL Chính Thức https://chromewebstore.google.com/detail/tab-reminder/emjkjhniepjnianimdjmjndnjdanjmmk
Mô tả Quickly set reminders to revisit specific web pages.
Kích Thước Tệp 476 KB
Số Lần Cài Đặt 978
Phiên Bản Hiện Tại 1.1.2
Cập Nhật Lần Cuối 2022-01-29
Ngày Phát Hành 2021-09-29
Đánh Giá 4.50/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Garrett Grimm
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://appsumo.com/products/chrome-tab-reminder/
Ngôn Ngữ Được Hỗ Trợ de,en,fr,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Reminder",
    "description": "Quickly set reminders to revisit specific web pages.",
    "version": "1.1.2",
    "manifest_version": 3,
    "default_locale": "en",
    "options_page": "home.html",
    "background": {
        "service_worker": "build\/background.js"
    },
    "permissions": [
        "storage",
        "tabs",
        "alarms",
        "notifications"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Tab Reminder",
        "default_icon": {
            "16": "\/img\/bell-16.png",
            "32": "\/img\/bell-32.png",
            "48": "\/img\/bell-48.png",
            "128": "\/img\/bell-128.png"
        }
    },
    "icons": {
        "16": "\/img\/bell-fill-16.png",
        "32": "\/img\/bell-fill-32.png",
        "48": "\/img\/bell-fill-48.png",
        "128": "\/img\/bell-fill-128.png"
    }
}