Timer
Stylish timer combined with stopwatch and alarm for your browser.
Timer क्या है?
Timer Karl द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Stylish timer combined with stopwatch and alarm for your browser."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Timer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Timer is a lite extension that let you easily setup multiple alarms, timers or stopwatch for yourself. Simply open toolbar popup UI and then choose a desired tab. The first tab is for alarm adjustment. Simply click on the - add a new alarm - button to view the settings page. Then, add a name for the alarm and adjust date, hour and minute and at the end, click on the - save change - button. Please note that, if you want to "repeat" the alarm weekly, please click on the - repeat weekly - button. There are also five different sounds available to choose from. For timer and stopwatch, please perform the same procedure mentioned above for alarm
एक्सटेंशन की मूल जानकारी
नाम | Timer |
ID | ifgkgjaofnkgalclccdmlenkfffdgcdb |
आधिकारिक URL | https://chromewebstore.google.com/detail/timer/ifgkgjaofnkgalclccdmlenkfffdgcdb |
विवरण | Stylish timer combined with stopwatch and alarm for your browser. |
फ़ाइल का आकार | 2.89 MB |
स्थापना संख्या | 24,378 |
वर्तमान संस्करण | 0.1.1 |
अंतिम अपडेट | 2018-03-15 |
प्रकाशन तिथि | 2018-03-15 |
रेटिंग | 4.41/5 कुल 88 रेटिंग्स |
डेवलपर | Karl |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://eccorem.com/apps/timer.html |
सहायता पृष्ठ URL | http://eccorem.com/apps/timer.html |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.1", "manifest_version": 2, "default_locale": "en", "permissions": [ "storage", "alarms" ], "name": "__MSG_chrome_extension_name__", "homepage_url": "http:\/\/eccorem.com\/apps\/timer.html", "description": "__MSG_chrome_extension_description__", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_popup": "data\/popup\/popup.html", "default_title": "__MSG_browser_action_title__", "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" } } |