PaCo Wake Up
PaCo Wake Up is a simple reminder to stand up after some time in front of PC
PaCo Wake Up क्या है?
PaCo Wake Up pacorumors द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "PaCo Wake Up is a simple reminder to stand up after some time in front of PC"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में PaCo Wake Up एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
PaCo Wake Up is a simple timer alert system. PaCo Wake Up was born from the need to have a recurring alert to monitor the time spent in front of the PC and take intermittent breaks to maintain a decent state of health. For example, many countries have laws that set office breaks after x hours spent in front of the PC. Through PaCo Wake Up it is possible to set alert (ore recursive) to remind us to take our small but healthy breaks.
एक्सटेंशन की मूल जानकारी
नाम | PaCo Wake Up |
ID | jjonfbgpdibnjffiihjcklgdlmlnjcgn |
आधिकारिक URL | https://chromewebstore.google.com/detail/paco-wake-up/jjonfbgpdibnjffiihjcklgdlmlnjcgn |
विवरण | PaCo Wake Up is a simple reminder to stand up after some time in front of PC |
फ़ाइल का आकार | 97.6 KB |
स्थापना संख्या | 110 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2021-05-29 |
प्रकाशन तिथि | 2021-05-29 |
डेवलपर | pacorumors |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PaCo Wake Up", "description": "PaCo Wake Up is a simple reminder to stand up after some time in front of PC", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "host_permissions": [ "*:\/\/*\/*" ], "permissions": [ "storage", "alarms", "notifications" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/paco_wakeup16.png", "32": "\/images\/paco_wakeup32.png", "48": "\/images\/paco_wakeup48.png", "128": "\/images\/paco_wakeup128.png" } }, "options_ui": { "page": "options.html", "open_in_tab": true }, "icons": { "16": "\/images\/paco_wakeup16.png", "32": "\/images\/paco_wakeup32.png", "48": "\/images\/paco_wakeup48.png", "128": "\/images\/paco_wakeup128.png" }, "options_page": "options.html" } |