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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}