Timer

This simple timer tells you when your time is up.

Timer क्या है?

Timer Kuba Szulaczkowski द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This simple timer tells you when your time is up."।

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

screenshot

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

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

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

                        Set it for up to 4 hours
Pause or start the timer over
Persistent desktop notification with looping sound

Additional sounds are available as an in-app payment                    

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

नाम Timer Timer
ID hepmlgghomccjinhcnkkikjpgkjibglj
आधिकारिक URL https://chromewebstore.google.com/detail/timer/hepmlgghomccjinhcnkkikjpgkjibglj
विवरण This simple timer tells you when your time is up.
फ़ाइल का आकार 522 KB
स्थापना संख्या 164,548
वर्तमान संस्करण 1.3.0.2
अंतिम अपडेट 2018-10-03
प्रकाशन तिथि 2018-10-03
रेटिंग 4.20/5 कुल 498 रेटिंग्स
डेवलपर Kuba Szulaczkowski
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Timer",
    "version": "1.3.0.2",
    "manifest_version": 2,
    "description": "This simple timer tells you when your time is up.",
    "icons": {
        "16": "img\/16.png",
        "32": "img\/32.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/clock.png",
        "default_popup": "popup.html"
    },
    "minimum_chrome_version": "50",
    "offline_enabled": true,
    "permissions": [
        "notifications",
        "storage"
    ],
    "web_accessible_resources": [
        "img\/48.png"
    ]
}