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
官方網址 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"
    ]
}