Workweek Countdown

A countdown clock to count the time left until a weekend. Helps you to answer this question quickly, so you can get back to work

Workweek Countdown क्या है?

Workweek Countdown Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A countdown clock to count the time left until a weekend. Helps you to answer this question quickly, so you can get back to work"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        • Two display modes. Countdown mode shows how much time there is left till the weekend down to a millisecond. Percent mode precisely shows how many percent of a work week is still left
• Flexible work week schedule settings. You can customize your working days and when your working day starts and ends                    

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

नाम Workweek Countdown Workweek Countdown
ID cpabjedmfklidenaehheidohkklfhfjk
आधिकारिक URL https://chromewebstore.google.com/detail/workweek-countdown/cpabjedmfklidenaehheidohkklfhfjk
विवरण A countdown clock to count the time left until a weekend. Helps you to answer this question quickly, so you can get back to work
फ़ाइल का आकार 96.98 KB
स्थापना संख्या 106
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2016-07-03
प्रकाशन तिथि 2016-07-03
रेटिंग 3.67/5 कुल 3 रेटिंग्स
डेवलपर Unknown
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Workweek Countdown",
    "short_name": "Workweek CD",
    "description": "A countdown clock to count the time left until a weekend. Helps you to answer this question quickly, so you can get back to work",
    "version": "1.0.2",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage"
    ]
}