Don't Forget

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

什么是Don't Forget?

Don't Forget是由dcarps开发的Chrome扩展程序,该扩展的主要功能是“Don't Forget lets you add reminders to chrome which get synced across all sync enabled chrome instances”。

扩展截图

screenshot

下载Don't Forget扩展crx文件

下载Don't Forget扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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. ;)                    

扩展基本信息

名称 Don't Forget Don't Forget
ID abggoadfpgldjgbjdikghhdmlcgpknie
官方URL https://chromewebstore.google.com/detail/dont-forget/abggoadfpgldjgbjdikghhdmlcgpknie
简介 Don't Forget lets you add reminders to chrome which get synced across all sync enabled chrome instances
文件大小 428 KB
安装次数 146
当前版本 1.0.5
更新时间 2013-10-04
上架时间 2013-10-04
评分 5.00/5 共2次评分
开发者 dcarps
付费类型 free
帮助页面URL https://github.com/tollus/chrome-dont-forget/issues
支持的语言 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"
}