ActiveMonkey
ActiveMonkey helps people who sit and work on computers to maintain healthy habits and avoid the dangers of a sedentary job.
Was ist ActiveMonkey?
ActiveMonkey ist eine Chrome-Erweiterung, die von ActiveMonkey entwickelt wurde, und ihr Hauptmerkmal ist "ActiveMonkey helps people who sit and work on computers to maintain healthy habits and avoid the dangers of a sedentary job.".
Erweiterungsscreenshots
ActiveMonkey-Erweiterungs-CRX-Datei herunterladen
Laden Sie ActiveMonkey-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
Grundlegende Informationen zur Erweiterung
Name | |
ID | hpdgiimkdhccgnpdppnbcmkefbkbfboj |
Offizielle URL | https://chrome.google.com/webstore/detail/activemonkey/hpdgiimkdhccgnpdppnbcmkefbkbfboj |
Beschreibung | ActiveMonkey helps people who sit and work on computers to maintain healthy habits and avoid the dangers of a sedentary job. |
Dateigröße | 67.42 KB |
Installationsanzahl | 49 |
Aktuelle Version | 1.0.3 |
Letztes Update | 2015-02-06 |
Veröffentlichungsdatum | 2015-02-06 |
Bewertung | 4.75/5 Insgesamt 4 Bewertungen |
Entwickler | ActiveMonkey |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ActiveMonkey", "version": "1.0.3", "description": "ActiveMonkey helps people who sit and work on computers to maintain healthy habits and avoid the dangers of a sedentary job.", "background": { "scripts": [ "src\/js\/underscore.min.js", "src\/js\/moment.min.js", "src\/js\/model.js", "src\/js\/notification.js", "src\/js\/background.js" ] }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/icon19.png", "default_title": "ActiveMonkey", "default_popup": "src\/popup.html" }, "permissions": [ "background", "notifications", "storage", "tabs" ], "manifest_version": 2 } |