Don't Forget

Don't Forget lets you add reminders to chrome which get synced across all sync enabled chrome instances

Don't Forget là gì?

Don't Forget là một tiện ích mở rộng Chrome được phát triển bởi dcarps, và tính năng chính của nó là "Don't Forget lets you add reminders to chrome which get synced across all sync enabled chrome instances".

Ả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 Don't Forget

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

                        Don't forget allows you to set reminders straight from your browser that will sync across all your google sync enabled browsers. Choose desktop notification or have it open a new browser tab to keep you on track with the things you need to remember. Sorry, it will only remind you to do laundry not do it for you. ;)                    

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

Tên Don't Forget Don't Forget
ID abggoadfpgldjgbjdikghhdmlcgpknie
URL Chính Thức https://chromewebstore.google.com/detail/dont-forget/abggoadfpgldjgbjdikghhdmlcgpknie
Mô tả Don't Forget lets you add reminders to chrome which get synced across all sync enabled chrome instances
Kích Thước Tệp 428 KB
Số Lần Cài Đặt 146
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2013-10-04
Ngày Phát Hành 2013-10-04
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển dcarps
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/tollus/chrome-dont-forget/issues
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Don't Forget",
    "author": "dcarps",
    "description": "Don't Forget lets you add reminders to chrome which get synced across all sync enabled chrome instances",
    "version": "1.0.5",
    "permissions": [
        "notifications",
        "storage",
        "alarms"
    ],
    "background": {
        "page": "background\/background.html",
        "persistent": true
    },
    "manifest_version": 2,
    "omnibox": {
        "keyword": "df"
    },
    "browser_action": {
        "default_icon": "img\/logo_BW128.png",
        "default_popup": "popup\/DontForget.html"
    },
    "icons": {
        "128": "img\/logo128.png"
    },
    "options_page": "other\/alarmmgmt.html"
}