Timer
A chrome extension that allows you to set timer and alert
Timer क्या है?
Timer Thu Nguyen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A chrome extension that allows you to set timer and alert"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Timer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A basic timer with sound and notifications. Can set time up to hours as
एक्सटेंशन की मूल जानकारी
नाम | Timer |
ID | jeeccbgpjcoijhgboccheomodgnhaddi |
आधिकारिक URL | https://chromewebstore.google.com/detail/timer/jeeccbgpjcoijhgboccheomodgnhaddi |
विवरण | A chrome extension that allows you to set timer and alert |
फ़ाइल का आकार | 297 KB |
स्थापना संख्या | 422 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2016-11-11 |
प्रकाशन तिथि | 2016-11-10 |
रेटिंग | 4.25/5 कुल 4 रेटिंग्स |
डेवलपर | Thu Nguyen |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Timer", "version": "1.0.0", "description": "A chrome extension that allows you to set timer and alert", "author": "ThuNguyen", "browser_action": { "default_icon": "icon.png", "default_popup": "index.html", "default_title": "Set!" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "notifications" ] } |