Deadline

Deadline chrome extension, progress bar to control project time

Deadline là gì?

Deadline là một tiện ích mở rộng Chrome được phát triển bởi denisowpavel, và tính năng chính của nó là "Deadline chrome extension, progress bar to control project time".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Deadline 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

                        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!                    

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

Tên Deadline Deadline
ID ofmmceeclfikkokflnpckaomdaojhpgd
URL Chính Thức https://chromewebstore.google.com/detail/deadline/ofmmceeclfikkokflnpckaomdaojhpgd
Mô tả Deadline chrome extension, progress bar to control project time
Kích Thước Tệp 240 KB
Số Lần Cài Đặt 529
Phiên Bản Hiện Tại 0.5
Cập Nhật Lần Cuối 2013-11-29
Ngày Phát Hành 2013-11-29
Đánh Giá 4.77/5 Tổng số 26 Đánh Giá
Nhà Phát Triển denisowpavel
Loại Thanh Toán free
Trang Web Mở Rộng http://chromeutility.appspot.com/
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}