Timer: the Simple Timer
A simple,minimalist 25 minutes timer.
Timer: the Simple Timer क्या है?
Timer: the Simple Timer valya.situation द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple,minimalist 25 minutes timer."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Timer: the Simple Timer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
One click starts the 25 minute timer. With constant monitoring of the remaining time. When time runs out, it alerts.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | pbncilcogkcfjdfbdaikpofojdcfgplo |
आधिकारिक URL | https://chrome.google.com/webstore/detail/timer-the-simple-timer/pbncilcogkcfjdfbdaikpofojdcfgplo |
विवरण | A simple,minimalist 25 minutes timer. |
फ़ाइल का आकार | 100 KB |
स्थापना संख्या | 53 |
वर्तमान संस्करण | 1.8 |
अंतिम अपडेट | 2019-08-03 |
प्रकाशन तिथि | 2019-08-03 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | valya.situation |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | de,en,fr,es,it,pl,ru,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "Timer.png", "default_title": "Timer" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "default_locale": "en", "description": "__MSG_extDesc__", "icons": { "128": "Timer_128.png", "16": "Timer_16.png" }, "manifest_version": 2, "name": "__MSG_extName__", "offline_enabled": true, "omnibox": { "keyword": "Timer" }, "options_ui": { "chrome_style": true, "open_in_tab": false, "page": "options.html" }, "permissions": [ "notifications", "storage" ], "short_name": "Timer", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.8" } |