MultiTimer ZN

This multi timer will allow you to keep track of the time you spend on different activities.

什么是MultiTimer ZN?

MultiTimer ZN是由Andrej Babič开发的Chrome扩展程序,该扩展的主要功能是“This multi timer will allow you to keep track of the time you spend on different activities.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载MultiTimer ZN扩展crx文件

下载MultiTimer ZN扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        If you need to, or just wish to know how much time you dedicate to a specific activity, you may want to keep yourself on the clock. Keeping track of multiple activities can quickly become a nightmare. 

Fortunately for you, you have just found the tool you've always wished for (sort of:)

Key features:
  • Multiple timers, with multiple checkpoints.
  • Easy to modify and adjust.
  • The timers are persisent. Even if you close your browser they will be still waiting for you.
  • Timers can be exported to and imported from a file.
  • Keyboard shortcuts.
  
This extension was initially meant to be used to track time on different projects while freelancing. We are actually surprised by how useful it has turned out to be, so we have decided to share it. Since we eat our own dog food, any suggestions and feedbacks will be greatly appreciated :)                    

扩展基本信息

名称 MultiTimer ZN MultiTimer ZN
ID mkeknbhnbobknhphlbmhoeibadjpflma
官方URL https://chromewebstore.google.com/detail/multitimer-zn/mkeknbhnbobknhphlbmhoeibadjpflma
简介 This multi timer will allow you to keep track of the time you spend on different activities.
文件大小 120 KB
安装次数 892
当前版本 1.1
更新时间 2013-08-12
上架时间 2013-08-12
评分 4.58/5 共55次评分
开发者 Andrej Babič
付费类型 free
扩展官网 http://www.linkedin.com/in/andrejbabic
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MultiTimer ZN",
    "description": "This multi timer will allow you to keep track of the time you spend on different activities.",
    "version": "1.1",
    "icons": {
        "16": "img\/icon.png",
        "48": "img\/icon.png",
        "128": "img\/icon.png"
    },
    "offline_enabled": true,
    "homepage_url": "http:\/\/www.linkedin.com\/in\/andrejbabic",
    "browser_action": {
        "default_icon": "img\/icon.png"
    },
    "background": {
        "page": "resources\/background.html"
    },
    "permissions": [
        "tabs"
    ]
}