MS-Lab Break Reminder
This tool aims to assist Office Worker / Student to get rid of potential sedantary problems. While setting a reminder for each…
MS-Lab Break Reminder क्या है?
MS-Lab Break Reminder http://yanghuang.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This tool aims to assist Office Worker / Student to get rid of potential sedantary problems. While setting a reminder for each…"।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में MS-Lab Break Reminder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This tool aims to assist Office Worker / Student to get rid of potential sedantary problems. While setting a reminder for each break action, you will receive the notification both by audio and visual, then you need to stop your work and take the action(s).
एक्सटेंशन की मूल जानकारी
नाम | |
ID | dbabigaanjcabmaoighfngllhmjnimbj |
आधिकारिक URL | https://chrome.google.com/webstore/detail/ms-lab-break-reminder/dbabigaanjcabmaoighfngllhmjnimbj |
विवरण | This tool aims to assist Office Worker / Student to get rid of potential sedantary problems. While setting a reminder for each… |
फ़ाइल का आकार | 216 KB |
स्थापना संख्या | 15 |
वर्तमान संस्करण | 1.0.6.1 |
अंतिम अपडेट | 2014-09-10 |
प्रकाशन तिथि | 2014-09-10 |
रेटिंग | 3.50/5 कुल 4 रेटिंग्स |
डेवलपर | http://yanghuang.net |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "author": "Yang Huang", "background": { "persistent": true, "scripts": [ ".\/javascripts\/jquery-1.11.0.min.js", ".\/javascripts\/core.js", "background.js" ] }, "browser_action": { "default_icon": ".\/assets\/icon.png", "default_popup": "status.html" }, "default_locale": "en", "description": "", "icons": { "128": ".\/assets\/icon.png", "16": ".\/assets\/icon.png", "48": ".\/assets\/icon.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApjPIafKwcFlRsH85ACh2SHchmJ0V9t2Hxawfgvu7lr934fPjL5rvV9LRxkGKTgf5QJvw7xxsTf7JVZIlTPQpHe+w2zu0zaBUDMp0cRNyieFjFssvGMhIvqtTvUOZdu8m+itvEh+Ol7XYeIROq29aqT+ZVGbv+bVfTqaiAiZ1K15i\/nMGMDpqzNNkgKas5Lzm+0Cpk4xt3mz8ZNCR7j0hgbdCQD\/3WoJgaWF7W2kLfpgkoVhab0SGTlRd3KDvgOBq1jopqa+QxzDzt9qSYZ3cJ7HaM1xgr1KI+HqA+AMb\/V7i06muds+Rd18sJEh\/P4LDjeMdTZoh+6z0IkaDD+Q5zwIDAQAB", "manifest_version": 2, "name": "__MSG_appName__", "options_page": "options.html", "permissions": [ "notifications", "storage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.6.1" } |