Timer

Notify you when time's up!

Qu'est-ce que Timer ?

Timer est une extension Chrome développée par Shawn, et sa fonction principale est "Notify you when time's up!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Timer

Téléchargez les fichiers d'extension Timer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Timer Timer
ID nlpopmfpkecacenkjlccfjeeimnegodh
URL Officiel https://chrome.google.com/webstore/detail/timer/nlpopmfpkecacenkjlccfjeeimnegodh
Description Notify you when time's up!
Taille du Fichier 77.44 KB
Nombre d'Installations 141
Version Actuelle 2.4
Dernière Mise à Jour 2014-11-25
Date de Publication 2014-11-25
Évaluation 3.25/5 Total 4 Évaluations
Développeur Shawn
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}