liTimer

The most simple countdown timer ever

liTimer क्या है?

liTimer https://peterjezik.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The most simple countdown timer ever"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Just write a time in any imaginable format, hit "Enter" and liTimer will notice you when the time is up.

For example:

write 34m 23s or 34 min 23 sec etc. for 34 minutes and 23 seconds

write 2:35:23 or 2 35 23 or 2-35-23 etc. for 2 hours 35 minutes and 23 seconds

write 2:35 or 2 35 or 2-35 etc. for 2 hours 35 minutes

or write just 35 for 35 minutes

Hit enter while the input field is empty and the time/Done label will be cleared.                    

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

नाम liTimer liTimer
ID fgdmhecedeljjocjbhknacbkmmkhanpg
आधिकारिक URL https://chromewebstore.google.com/detail/litimer/fgdmhecedeljjocjbhknacbkmmkhanpg
विवरण The most simple countdown timer ever
फ़ाइल का आकार 12.67 KB
स्थापना संख्या 314
वर्तमान संस्करण 1.2
अंतिम अपडेट 2019-12-01
प्रकाशन तिथि 2019-12-01
रेटिंग 4.67/5 कुल 6 रेटिंग्स
डेवलपर https://peterjezik.com
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "liTimer",
    "version": "1.2",
    "description": "The most simple countdown timer ever",
    "manifest_version": 2,
    "web_accessible_resources": [
        "images\/done.png"
    ],
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "browser_action": {
        "default_icon": "images\/19.png",
        "default_popup": "main.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}