Deadline

Deadline chrome extension, progress bar to control project time

什么是Deadline?

Deadline是由denisowpavel开发的Chrome扩展程序,该扩展的主要功能是“Deadline chrome extension, progress bar to control project time”。

扩展截图

screenshot
screenshot
screenshot

下载Deadline扩展crx文件

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

扩展使用说明

                        If you appreciate your time, this application will help you to plan your working hours.
It is simple, let's join us! Just 3 foolproof things:
• Plan time
      Choose a start date and end date of the project
• Control time
      Every day you can analyse speed of advance to the end of term.
• Be in time
      You have been in time! Well done! Let's start new project!                    

扩展基本信息

名称 Deadline Deadline
ID ofmmceeclfikkokflnpckaomdaojhpgd
官方URL https://chromewebstore.google.com/detail/deadline/ofmmceeclfikkokflnpckaomdaojhpgd
简介 Deadline chrome extension, progress bar to control project time
文件大小 240 KB
安装次数 529
当前版本 0.5
更新时间 2013-11-29
上架时间 2013-11-29
评分 4.77/5 共26次评分
开发者 denisowpavel
付费类型 free
扩展官网 http://chromeutility.appspot.com/
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Deadline",
    "description": "Deadline chrome extension, progress bar to control project time",
    "version": "0.5",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "jquery.min.js",
            "deadline.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "http:\/\/chromeutility.appspot.com\/",
        "storage",
        "alarms"
    ]
}