Reminders

This extension puts simple reminders right in your browser!

Reminders là gì?

Reminders là một tiện ích mở rộng Chrome được phát triển bởi Trent Mervine, và tính năng chính của nó là "This extension puts simple reminders right in your browser!".

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

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

                        The easiest way to set simple reminders to help you stay organized and on time. The world's simplest task manager.                    

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

Tên Reminders Reminders
ID ipkjhbpbaboabfiamdjelkohonaacbnf
URL Chính Thức https://chromewebstore.google.com/detail/reminders/ipkjhbpbaboabfiamdjelkohonaacbnf
Mô tả This extension puts simple reminders right in your browser!
Kích Thước Tệp 773 KB
Số Lần Cài Đặt 68
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2016-07-12
Ngày Phát Hành 2016-07-12
Đánh Giá 4.14/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Trent Mervine
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": "Reminders",
    "description": "This extension puts simple reminders right in your browser!",
    "version": "1.0.1",
    "browser_action": {
        "default_icon": {
            "128": "icons\/128.png",
            "48": "icons\/48.png",
            "32": "icons\/32.png",
            "16": "icons\/16.png"
        },
        "default_popup": "todos.html"
    },
    "background": {
        "scripts": [
            "moment.min.js",
            "chrome-storage-promise.js",
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage"
    ]
}