ActiveMonkey
ActiveMonkey helps people who sit and work on computers to maintain healthy habits and avoid the dangers of a sedentary job.
Qu'est-ce que ActiveMonkey ?
ActiveMonkey est une extension Chrome développée par ActiveMonkey, et sa fonction principale est "ActiveMonkey helps people who sit and work on computers to maintain healthy habits and avoid the dangers of a sedentary job.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ActiveMonkey
Téléchargez les fichiers d'extension ActiveMonkey au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Informations de Base sur l'Extension
Nom | |
ID | hpdgiimkdhccgnpdppnbcmkefbkbfboj |
URL Officiel | https://chrome.google.com/webstore/detail/activemonkey/hpdgiimkdhccgnpdppnbcmkefbkbfboj |
Description | ActiveMonkey helps people who sit and work on computers to maintain healthy habits and avoid the dangers of a sedentary job. |
Taille du Fichier | 67.42 KB |
Nombre d'Installations | 49 |
Version Actuelle | 1.0.3 |
Dernière Mise à Jour | 2015-02-06 |
Date de Publication | 2015-02-06 |
Évaluation | 4.75/5 Total 4 Évaluations |
Développeur | ActiveMonkey |
Type de Paiement | free |
Langues Prises en Charge | 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 } |