Web Reminder

Website Reminder helps you to remember to visit the current or bookmarked website later or at a certain time.

什么是Web Reminder?

Web Reminder是由http://yarni.net开发的Chrome扩展程序,该扩展的主要功能是“Website Reminder helps you to remember to visit the current or bookmarked website later or at a certain time.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Web Reminder扩展crx文件

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

扩展使用说明

                        Website Reminder helps you to remember to visit the current or recent bookmarked website later or at a certain time. You can define a time period or a specific time, when you want to be remind to visit the web page.

Idea from http://requestforstartup.co/ by @MohammadRizeg  Please send me feedback, bug reports and feature requests. 

Use cases:

- Blogs, which update periodically
- Shopping sites with offers, like Ebay, Amazom co
- Job listings
- etc

Bookmarks are not enough, remember to visit the page! 

Note: You time must be synchronized automatically, otherwise the alarms will not work properly.                    

扩展基本信息

名称 Web Reminder Web Reminder
ID liibflmbnhcmcfmggbpgajocelbgehcf
官方URL https://chrome.google.com/webstore/detail/web-reminder/liibflmbnhcmcfmggbpgajocelbgehcf
简介 Website Reminder helps you to remember to visit the current or bookmarked website later or at a certain time.
文件大小 1.08 MB
安装次数 535
当前版本 1.1.2
更新时间 2015-08-30
上架时间 2015-08-30
评分 4.00/5 共12次评分
开发者 http://yarni.net
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Web Reminder",
    "version": "1.1.2",
    "description": "Website Reminder helps you to remember to visit the current or bookmarked website later or at a certain time.",
    "browser_action": {
        "default_icon": "img\/icon64t.png",
        "default_title": "Reminder Tab",
        "default_popup": "panel.html"
    },
    "icons": {
        "128": "img\/icon128n.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "alarms",
        "notifications",
        "bookmarks",
        "contextMenus"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "vendor\/jquery\/dist\/jquery.min.js",
            "js\/back.js"
        ]
    },
    "manifest_version": 2
}