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…

Was ist MS-Lab Break Reminder?

MS-Lab Break Reminder ist eine Chrome-Erweiterung, die von http://yanghuang.net entwickelt wurde, und ihr Hauptmerkmal ist "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-Erweiterungs-CRX-Datei herunterladen

Laden Sie MS-Lab Break Reminder-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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).                    

Grundlegende Informationen zur Erweiterung

Name MS-Lab Break Reminder MS-Lab Break Reminder
ID dbabigaanjcabmaoighfngllhmjnimbj
Offizielle URL https://chrome.google.com/webstore/detail/ms-lab-break-reminder/dbabigaanjcabmaoighfngllhmjnimbj
Beschreibung This tool aims to assist Office Worker / Student to get rid of potential sedantary problems. While setting a reminder for each…
Dateigröße 216 KB
Installationsanzahl 15
Aktuelle Version 1.0.6.1
Letztes Update 2014-09-10
Veröffentlichungsdatum 2014-09-10
Bewertung 3.50/5 Insgesamt 4 Bewertungen
Entwickler http://yanghuang.net
Zahlungsart free
Unterstützte Sprachen 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"
}