Deadline

Deadline chrome extension, progress bar to control project time

Deadlineคืออะไร?

Deadline เป็นส่วนขยายของ Chrome ที่พัฒนาโดย denisowpavel และคุณลักษณะหลักของมันคือ "Deadline chrome extension, progress bar to control project time"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Deadline

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}