Timer, Alarm & Stopwatch

An easy-to-use and lite timer, alarm, and stopwatch for your browser.

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

Timer, Alarm & Stopwatch leocompson द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An easy-to-use and lite timer, alarm, and stopwatch for your browser."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Timer, Alarm & Stopwatch is an extension that lets you easily set a timer, alarm, or adjust stopwatch in your browser. 

The interface for this addon can be opened in toolbar popup, a new tab, or a stand-alone window. Simply right-click on the toolbar button to choose the desired context. When you open the UI, there are three tabs on the left side, please click on each tab to see the details. At the top, there is a button to add a new timer or alarm. Click on this button to adjust the timer or alarm settings. For the stopwatch tab, there are the start, reset, and lap buttons.

If you have a feature request or found a bug to report, please fill the bug report form on the add-on's homepage (https://mybrowseraddon.com/timer.html).                    

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

नाम Timer, Alarm & Stopwatch Timer, Alarm & Stopwatch
ID pbnhgpbneanmjlcnkmifdkpbkjaoebpb
आधिकारिक URL https://chromewebstore.google.com/detail/timer-alarm-stopwatch/pbnhgpbneanmjlcnkmifdkpbkjaoebpb
विवरण An easy-to-use and lite timer, alarm, and stopwatch for your browser.
फ़ाइल का आकार 8.46 MB
स्थापना संख्या 9,611
वर्तमान संस्करण 0.1.5
अंतिम अपडेट 2024-01-08
प्रकाशन तिथि 2020-06-02
रेटिंग 2.93/5 कुल 14 रेटिंग्स
डेवलपर leocompson
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://mybrowseraddon.com/timer.html
सहायता पृष्ठ URL https://mybrowseraddon.com/timer.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.5",
    "manifest_version": 3,
    "offline_enabled": true,
    "name": "Timer, Alarm & Stopwatch",
    "homepage_url": "https:\/\/mybrowseraddon.com\/timer.html",
    "description": "An easy-to-use and lite timer, alarm, and stopwatch for your browser.",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "alarms",
        "storage",
        "contextMenus"
    ],
    "action": {
        "default_title": "Timer, Alarm & Stopwatch",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}