ActiveMonkey
ActiveMonkey helps people who sit and work on computers to maintain healthy habits and avoid the dangers of a sedentary job.
Wat is ActiveMonkey?
ActiveMonkey is een Chrome-extensie ontwikkeld door ActiveMonkey, en de belangrijkste functie is "ActiveMonkey helps people who sit and work on computers to maintain healthy habits and avoid the dangers of a sedentary job.".
Extensie Screenshots
Download het CRX-bestand van de extensie ActiveMonkey
Download ActiveMonkey-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | |
ID | hpdgiimkdhccgnpdppnbcmkefbkbfboj |
Officiële URL | https://chrome.google.com/webstore/detail/activemonkey/hpdgiimkdhccgnpdppnbcmkefbkbfboj |
Beschrijving | ActiveMonkey helps people who sit and work on computers to maintain healthy habits and avoid the dangers of a sedentary job. |
Bestandsgrootte | 67.42 KB |
Aantal Installaties | 49 |
Huidige Versie | 1.0.3 |
Laatst Bijgewerkt | 2015-02-06 |
Publicatiedatum | 2015-02-06 |
Beoordeling | 4.75/5 Totaal 4 Beoordelingen |
Ontwikkelaar | ActiveMonkey |
Betalingswijze | free |
Ondersteunde Talen | 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 } |