Little Timer
Only 8 type timers
Little Timer क्या है?
Little Timer newstep द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Only 8 type timers"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Little Timer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Features - Set timer by one click. - Notify by new tab after the time has elapsed. - Time that can be set is 3, 5, 10, 15, 25, 30, 45, 60 minutes. - Remaining time is displayed on the right bottom of the icon. - Notify with a message if you enter a message.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | hoojobmcgpegpdbaagmopahobnnnhhmh |
आधिकारिक URL | https://chrome.google.com/webstore/detail/little-timer/hoojobmcgpegpdbaagmopahobnnnhhmh |
विवरण | Only 8 type timers |
फ़ाइल का आकार | 20.62 KB |
स्थापना संख्या | 374 |
वर्तमान संस्करण | 1.2.0 |
अंतिम अपडेट | 2017-02-07 |
प्रकाशन तिथि | 2017-02-07 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | newstep |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Little Timer", "description": "__MSG_extDescription__", "version": "1.2.0", "manifest_version": 2, "browser_action": { "default_icon": { "16": "timer16.png", "19": "timer19.png", "128": "timer128.png" }, "default_title": "Little Timer", "default_popup": "popup.html" }, "default_locale": "en", "permissions": [ "tabs", "http:\/\/*\/*", "background" ], "icons": { "19": "timer19.png" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false } } |