Timer

Notify you when time's up!

O que é Timer?

Timer é uma extensão do Chrome desenvolvida por Shawn, e sua principal característica é "Notify you when time's up!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Timer

Baixe arquivos de extensão Timer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Timer Timer
ID nlpopmfpkecacenkjlccfjeeimnegodh
URL Oficial https://chrome.google.com/webstore/detail/timer/nlpopmfpkecacenkjlccfjeeimnegodh
Descrição Notify you when time's up!
Tamanho do Arquivo 77.44 KB
Contagem de Instalações 141
Versão Atual 2.4
Última Atualização 2014-11-25
Data de Publicação 2014-11-25
Classificação 3.25/5 Total de 4 Avaliações
Desenvolvedor Shawn
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}