Timer

Notify you when time's up!

Wat is Timer?

Timer is een Chrome-extensie ontwikkeld door Shawn, en de belangrijkste functie is "Notify you when time's up!".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Timer

Download Timer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This is a simple timer for setting up when you wanna open whatever site.
Here's some best practices:
1. Music Alert.
   Set 8:45 everyday to open an online music radio site like "http://www.xiami.com/radio"

2. News reading
   Set 19:45 everyday to open an news site.

3. All the requirements with open a site when time's up as you wish.

这是个非常简洁的定时器。可以在指定时间帮您打开想要开的站点。
以下是一些简单的用例:
1.音乐闹钟,在早晨8点45打开一个在线的音乐站点来唤醒你自己吧。
2.定时阅读,每天晚上19点45打开一个新闻站点来看新闻。
3.根据您的需求在任何时间打开任何站点,创造无数可能性。
快来尝试一下吧。
===========Last update:============
11/27 version 2.4
修复了权限更新导致的无法安装问题

7/16/2014 version 2.3
updated with latest google platform API

7/5/2013 version 2.2
added tooltip for three buttons.

7/3/2013 version 2.1
fix defect: no need to type"http://" each time.

6/29/2013 version 2.0
Now support multiple rules.
Support Add/View/Edit/Delete Rules on option page or browse icon.
本次更新支持增删改查定制化的多条记录。
赶紧来试试吧。

6/26/2013 version 1.6
Now it could only trigger notification instead of open a website each time.

6/24/2013 Version 1.5
Added desktop notifications when time's up.
Need restart chrome to make it happen.                    

Basisinformatie over de Extensie

Naam Timer Timer
ID nlpopmfpkecacenkjlccfjeeimnegodh
Officiële URL https://chrome.google.com/webstore/detail/timer/nlpopmfpkecacenkjlccfjeeimnegodh
Beschrijving Notify you when time's up!
Bestandsgrootte 77.44 KB
Aantal Installaties 141
Huidige Versie 2.4
Laatst Bijgewerkt 2014-11-25
Publicatiedatum 2014-11-25
Beoordeling 3.25/5 Totaal 4 Beoordelingen
Ontwikkelaar Shawn
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Timer",
    "version": "2.4",
    "description": "Notify you when time's up!",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "",
        "notifications",
        "background"
    ],
    "browser_action": {
        "default_icon": {
            "19": "icon.png",
            "38": "icon.png"
        },
        "default_popup": "options.html"
    },
    "background": {
        "scripts": [
            "timer.js",
            "jQuery.js"
        ]
    },
    "options_page": "options.html",
    "icons": {
        "16": "icon.png",
        "19": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "web_accessible_resources": [
        "icon.png"
    ]
}