Timer
A clean, simple countown timer with visual and audible alarm.
Timer क्या है?
Timer Reasonable Systems द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A clean, simple countown timer with visual and audible alarm."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Timer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Timer provides a simple countdown timer for scheduling future events without fussiness. Great for tracking french press brewing schedules, the kids' video game sessions, and Pomodoro work units. It keeps running in the background and plays a pleasant chime and shows a notification when it finishes. Click on numbers to edit, tab to move between fields, spacebar to start and stop the timer. Click the bell icon to turn the alarm on or off and use the reset button to reset the timer to its most recent time.
एक्सटेंशन की मूल जानकारी
नाम | Timer |
ID | cmjaflcjfodgbadocmpelolnfneppipe |
आधिकारिक URL | https://chromewebstore.google.com/detail/timer/cmjaflcjfodgbadocmpelolnfneppipe |
विवरण | A clean, simple countown timer with visual and audible alarm. |
फ़ाइल का आकार | 155 KB |
स्थापना संख्या | 2,698 |
वर्तमान संस्करण | 1.1.0 |
अंतिम अपडेट | 2020-02-01 |
प्रकाशन तिथि | 2020-02-01 |
रेटिंग | 3.57/5 कुल 21 रेटिंग्स |
डेवलपर | Reasonable Systems |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/abachman/chrome-timer |
सहायता पृष्ठ URL | https://github.com/abachman/chrome-timer/wiki |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Timer", "version": "1.1.0", "description": "A clean, simple countown timer with visual and audible alarm.", "background": { "page": "background.html" }, "browser_action": { "default_icon": { "19": "icons\/19.png", "38": "icons\/38.png" }, "default_title": "Timer", "default_popup": "fragments\/popup.html" }, "permissions": [ "notifications" ], "web_accessible_resources": [ "icons\/48.png", "assets\/wine-glass-alarm.ogg", "assets\/glyphicons-halflings.png" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" } } |