The office timer
Multiple countdowns to help you manage your time better
The office timer क्या है?
The office timer butterfly_mao द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Multiple countdowns to help you manage your time better"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में The office timer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Multiple countdowns help you manage your time better, and also features rich notifications, including windows notifications and wake up is sound notifications.
एक्सटेंशन की मूल जानकारी
नाम | The office timer |
ID | emoflbidmnpdmncmpjeokedmdgmpbmji |
आधिकारिक URL | https://chromewebstore.google.com/detail/the-office-timer/emoflbidmnpdmncmpjeokedmdgmpbmji |
विवरण | Multiple countdowns to help you manage your time better |
फ़ाइल का आकार | 691 KB |
स्थापना संख्या | 16 |
वर्तमान संस्करण | 0.1.2 |
अंतिम अपडेट | 2021-06-02 |
प्रकाशन तिथि | 2021-05-20 |
डेवलपर | butterfly_mao |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://github.com/maoSting/cutdown/issues |
समर्थित भाषाएँ | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_EXT_NAME__", "default_locale": "zh_CN", "version": "0.1.2", "description": "__MSG_EXT_DESC__", "icons": { "16": "static\/images\/16.png", "48": "static\/images\/48.png", "128": "static\/images\/128.png" }, "browser_action": { "default_title": "__MSG_EXT_NAME__", "default_icon": "static\/images\/16.png", "default_popup": "apps\/menus\/menus.html" }, "content_security_policy": "script-src 'self' 'sha256-SFGl6Kht\/AqJeASz6HWulsrsvvl8DWzA3sCYVl5UAs8=' 'unsafe-inline' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "tabs", "alarms", "notifications" ], "background": { "scripts": [ "apps\/background\/background.js" ], "persistent": true } } |