Quick Reminders

Quick Reminders

Quick Reminders là gì?

Quick Reminders là một tiện ích mở rộng Chrome được phát triển bởi Sol H, và tính năng chính của nó là "Quick Reminders".

Ả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 Quick Reminders

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

                        Use Quick Reminders to quickly create a reminder to pop up in your browser after a specified time. 

Our beautiful and easy-to-use interface allows you to easily add a task (e.g. Follow up with Bill) and select when we should remind you about it. Choose from preset time slots (5 minutes, 15 minutes, 1 hour, etc) or select a custom time/date and we will remind you to follow up on your tasks.                    

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

Tên Quick Reminders Quick Reminders
ID jpedaefjgnljfpapghlhplhjpnoamfkd
URL Chính Thức https://chrome.google.com/webstore/detail/quick-reminders/jpedaefjgnljfpapghlhplhjpnoamfkd
Mô tả Quick Reminders
Kích Thước Tệp 596 KB
Số Lần Cài Đặt 687
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-02-01
Ngày Phát Hành 2016-02-01
Đánh Giá 4.20/5 Tổng số 10 Đánh Giá
Nhà Phát Triển Sol H
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",
    "version": "1.0",
    "manifest_version": 2,
    "minimum_chrome_version": "32",
    "name": "Quick Reminders",
    "description": "Quick Reminders",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "newReminder.html",
        "default_title": "Quick Reminders"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "activeTab",
        "notifications"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}