ActiveMonkey
ActiveMonkey helps people who sit and work on computers to maintain healthy habits and avoid the dangers of a sedentary job.
Vad är ActiveMonkey?
ActiveMonkey är en Chrome-tillägg utvecklad av ActiveMonkey, och dess huvudfunktion är "ActiveMonkey helps people who sit and work on computers to maintain healthy habits and avoid the dangers of a sedentary job.".
Tilläggsskärmbilder
Ladda ner ActiveMonkey-förlängningens CRX-fil
Ladda ner ActiveMonkey-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
Namn | |
ID | hpdgiimkdhccgnpdppnbcmkefbkbfboj |
Officiell webbadress | https://chrome.google.com/webstore/detail/activemonkey/hpdgiimkdhccgnpdppnbcmkefbkbfboj |
Beskrivning | ActiveMonkey helps people who sit and work on computers to maintain healthy habits and avoid the dangers of a sedentary job. |
Filstorlek | 67.42 KB |
Antal Installationer | 49 |
Aktuell Version | 1.0.3 |
Senast Uppdaterad | 2015-02-06 |
Publiceringsdatum | 2015-02-06 |
Betyg | 4.75/5 Totalt 4 Betyg |
Utvecklare | ActiveMonkey |
Betalningssätt | free |
Stödda Språk | 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 } |