Timer

Notify you when time's up!

Timer là gì?

Timer là một tiện ích mở rộng Chrome được phát triển bởi Shawn, và tính năng chính của nó là "Notify you when time's up!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Timer

Tải xuống các tệp mở rộng Timer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Timer Timer
ID nlpopmfpkecacenkjlccfjeeimnegodh
URL Chính Thức https://chrome.google.com/webstore/detail/timer/nlpopmfpkecacenkjlccfjeeimnegodh
Mô tả Notify you when time's up!
Kích Thước Tệp 77.44 KB
Số Lần Cài Đặt 141
Phiên Bản Hiện Tại 2.4
Cập Nhật Lần Cuối 2014-11-25
Ngày Phát Hành 2014-11-25
Đánh Giá 3.25/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Shawn
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}