Interval Timer
It is a timer that can set the interval.
Interval Timer क्या है?
Interval Timer Takashi Suzuki द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "It is a timer that can set the interval."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Interval Timer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
When you set the time, the set timers will run in sequence. It counts in the background and notifies you when it is time. Please use it when you want to concentrate. Interval Timer does not send your data to anywhere. === ver 1.1.1 === Added sound at the end of the alarm.
एक्सटेंशन की मूल जानकारी
नाम | Interval Timer |
ID | ggofbbndaeneibofhcakocmknlcoleaa |
आधिकारिक URL | https://chromewebstore.google.com/detail/interval-timer/ggofbbndaeneibofhcakocmknlcoleaa |
विवरण | It is a timer that can set the interval. |
फ़ाइल का आकार | 367 KB |
स्थापना संख्या | 1,977 |
वर्तमान संस्करण | 1.1.2 |
अंतिम अपडेट | 2020-11-19 |
प्रकाशन तिथि | 2020-04-26 |
रेटिंग | 4.91/5 कुल 11 रेटिंग्स |
डेवलपर | Takashi Suzuki |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/belltreeSzk/chrome-program-timer |
समर्थित भाषाएँ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "description": "__MSG_appDescription__", "version": "1.1.2", "manifest_version": 2, "default_locale": "en", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon-16.png", "38": "images\/icon-32.png" }, "default_title": "__MSG_browserActionTitle__", "default_popup": "pages\/popup.html" }, "permissions": [ "notifications" ] } |