Timer

Notify you when time's up!

Apa itu Timer?

Timer adalah ekstensi Chrome yang dikembangkan oleh Shawn, dan fitur utamanya adalah "Notify you when time's up!".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Timer

Unduh file ekstensi Timer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Timer Timer
ID nlpopmfpkecacenkjlccfjeeimnegodh
URL Resmi https://chrome.google.com/webstore/detail/timer/nlpopmfpkecacenkjlccfjeeimnegodh
Deskripsi Notify you when time's up!
Ukuran File 77.44 KB
Jumlah Instalasi 141
Versi Saat Ini 2.4
Terakhir Diperbarui 2014-11-25
Tanggal Publikasi 2014-11-25
Penilaian 3.25/5 Total 4 Penilaian
Pengembang Shawn
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}