Stopwatch, Timer and Alarm

For your browser, a simple to use and lightweight timer, alarm, and stopwatch.

Stopwatch, Timer and Alarm क्या है?

Stopwatch, Timer and Alarm landonnaselina द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "For your browser, a simple to use and lightweight timer, alarm, and stopwatch."।

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

screenshot

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

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

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

                        An "Stopwatch, Timer and Alarm" add-on allows you to quickly create a timer, alarm, or change the stopwatch in your browser.

This add-on may be used in three different ways: as a toolbar button, in a new tab, or alone. Simply right-click on the toolbar button to pick your context. There are three tabs on the left side of the interface; please check each one to get more information. A button appears at the top of the interface to create a new timer or alarm. Select this button to modify timer settings or alarms. The start, reset, and lap buttons may be found on the stopwatch tab.                    

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

नाम Stopwatch, Timer and Alarm Stopwatch, Timer and Alarm
ID ofneahchfiejimkagejlhkgfhkgjombf
आधिकारिक URL https://chromewebstore.google.com/detail/stopwatch-timer-and-alarm/ofneahchfiejimkagejlhkgfhkgjombf
विवरण For your browser, a simple to use and lightweight timer, alarm, and stopwatch.
फ़ाइल का आकार 8.48 MB
स्थापना संख्या 1,621
वर्तमान संस्करण 0.1
अंतिम अपडेट 2022-05-26
प्रकाशन तिथि 2022-05-26
रेटिंग 4.63/5 कुल 43 रेटिंग्स
डेवलपर landonnaselina
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://worldaddons.com/stopwatch-timer-and-alarm/
सहायता पृष्ठ URL https://worldaddons.com/contact/
गोपनीयता नीति पृष्ठ URL https://worldaddons.com/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1",
    "manifest_version": 3,
    "offline_enabled": true,
    "name": "Stopwatch, Timer and Alarm",
    "permissions": [
        "storage",
        "alarms",
        "contextMenus"
    ],
    "homepage_url": "https:\/\/worldaddons.com\/stopwatch-timer-and-alarm\/",
    "description": "For your browser, a simple to use and lightweight timer, alarm, and stopwatch.",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Stopwatch, Timer and Alarm",
        "default_popup": "source\/popup\/popup.html",
        "default_icon": {
            "16": "source\/icons\/16.png",
            "32": "source\/icons\/32.png",
            "48": "source\/icons\/48.png",
            "64": "source\/icons\/64.png"
        }
    },
    "icons": {
        "16": "source\/icons\/16.png",
        "32": "source\/icons\/32.png",
        "48": "source\/icons\/48.png",
        "64": "source\/icons\/64.png",
        "128": "source\/icons\/128.png"
    }
}