Task timer

This extension set timer for tasks.

Task timer क्या है?

Task timer skrasilnikov.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension set timer for tasks."।

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

screenshot

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

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

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

                        It's a chrome extension for creating tasks and counting time for solving these tasks.                    

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

नाम Task timer Task timer
ID ilodecgofagpdifoghkggnaohndgpipb
आधिकारिक URL https://chrome.google.com/webstore/detail/task-timer/ilodecgofagpdifoghkggnaohndgpipb
विवरण This extension set timer for tasks.
फ़ाइल का आकार 94.94 KB
स्थापना संख्या 964
वर्तमान संस्करण 1.2.3
अंतिम अपडेट 2019-04-09
प्रकाशन तिथि 2019-04-09
रेटिंग 4.56/5 कुल 9 रेटिंग्स
डेवलपर skrasilnikov.dev
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/skrasilnikoff/task-timer-chrome-extension
सहायता पृष्ठ URL https://github.com/skrasilnikoff/task-timer-chrome-extension
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Task timer",
    "description": "This extension set timer for tasks.",
    "version": "1.2.3",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "offline_enabled": true,
    "permissions": [
        "notifications",
        "storage"
    ]
}