20 Minute Timer
20 Minute Timer is an alarm that fires after twenty minutes.
20 Minute Timer क्या है?
20 Minute Timer DMBFullstack द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "20 Minute Timer is an alarm that fires after twenty minutes."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में 20 Minute Timer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This is a 20 minute timer. It has a dual-purpose start/stop button and a reset button. When the popup is open the remaining time is visible and updated every second. A badge on the plugin's icon is visible when the timer is running and when the timer has finished. A zen bell sounds and a notification is generated when the timer elapses.
एक्सटेंशन की मूल जानकारी
नाम | 20 Minute Timer |
ID | mjpefkiaapcahdnkgccllcplgafdjifj |
आधिकारिक URL | https://chromewebstore.google.com/detail/20-minute-timer/mjpefkiaapcahdnkgccllcplgafdjifj |
विवरण | 20 Minute Timer is an alarm that fires after twenty minutes. |
फ़ाइल का आकार | 959 KB |
स्थापना संख्या | 405 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2016-04-09 |
प्रकाशन तिथि | 2016-04-09 |
रेटिंग | 4.86/5 कुल 7 रेटिंग्स |
डेवलपर | DMBFullstack |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "20 Minute Timer", "short_name": "20 Minute Timer", "description": "20 Minute Timer is an alarm that fires after twenty minutes.", "version": "1.0.1", "author": "DMBFullstack", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "20 Minute Timer" }, "permissions": [ "notifications", "alarms", "storage" ], "web_accessible_resources": [ "icon.png" ], "background": { "page": "eventPage.html", "persistent": false }, "icons": { "16": "icon.png", "48": "icon48.png", "128": "icon128.png" } } |