Task Timeline

Organizing the day to day task activity and Manage your time.

Task Timeline क्या है?

Task Timeline Sridhar द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Organizing the day to day task activity and Manage your time."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Task Timeline एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Organizing your task day to day task. Overview your tasks in a calendar.  Your data is stored in chrome browser. This extension helps to manage your workflow.
Simple UI make to use efficient and user-friendly.

Feature:
User-friendly.
No need to create an account.
Your data is secure, Its stored in your chrome browser itself.

Version:
1.0.0 - Task list.
1.1.0 - Task update for list.
1.2.0 - Month issue solved and duplicate skip.
1.3.0 - Chrome mapping issue solved.
1.4.0 - Theme Updated.
2.0.0 - Timer and Task Overview added.
2.1.0 - Chrome Storage issue solved and Timer removed.
2.2.0 - Overview chart changes update added.
2.3.0 - Overview issue fixed and css updated.
2.4.0 - List ordered in Ascending.
2.5.0 - Overview graph issue fixed.
2.6.0 - Graph order issue fixed.                    

एक्सटेंशन की मूल जानकारी

नाम Task Timeline Task Timeline
ID dokmpfkihfmpflmfmincimolaonbmkeo
आधिकारिक URL https://chrome.google.com/webstore/detail/task-timeline/dokmpfkihfmpflmfmincimolaonbmkeo
विवरण Organizing the day to day task activity and Manage your time.
फ़ाइल का आकार 637 KB
स्थापना संख्या 263
वर्तमान संस्करण 2.6.0
अंतिम अपडेट 2018-11-27
प्रकाशन तिथि 2018-11-27
रेटिंग 4.00/5 कुल 4 रेटिंग्स
डेवलपर Sridhar
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Task Timeline",
    "version": "2.6.0",
    "short_name": "Task Timeline",
    "description": "Organizing the day to day task activity and Manage your time.",
    "permissions": [
        "storage",
        "tabs",
        "notifications"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": {
            "16": "images\/task_16.png",
            "32": "images\/task_32.png",
            "48": "images\/task_48.png",
            "128": "images\/task_128.png"
        }
    },
    "icons": {
        "16": "images\/task_16.png",
        "32": "images\/task_32.png",
        "48": "images\/task_48.png",
        "128": "images\/task_128.png"
    },
    "manifest_version": 2
}