Lightweight Alarm clock
Alarm clock, countdown, interval timer
Lightweight Alarm clock क्या है?
Lightweight Alarm clock chikitonik द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Alarm clock, countdown, interval timer"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Lightweight Alarm clock एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Lightweight Alarm clock, countdown, interval timer with sound and notifications. Easy to set up and simple to use
एक्सटेंशन की मूल जानकारी
नाम | Lightweight Alarm clock |
ID | dipbelnbiifccoaomakbonpknchcdfpl |
आधिकारिक URL | https://chromewebstore.google.com/detail/lightweight-alarm-clock/dipbelnbiifccoaomakbonpknchcdfpl |
विवरण | Alarm clock, countdown, interval timer |
फ़ाइल का आकार | 2.57 MB |
स्थापना संख्या | 298 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2023-01-26 |
प्रकाशन तिथि | 2022-11-22 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | chikitonik |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Lightweight Alarm clock ", "version": "1.0.0", "description": "Alarm clock, countdown, interval timer", "manifest_version": 3, "author": "Roman", "permissions": [ "alarms", "notifications" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "index.html", "default_icon": "icon.png", "default_title": "Alarm clock" }, "content_scripts": [ { "matches": [ "*:\/\/*.index.html\/*" ], "js": [ "background.js" ] } ] } |