Desk Exerciser
This extension helps people do exercises right at their desks.
What is Desk Exerciser?
Desk Exerciser is a Chrome extension developed by Vishal, and its main feature is "This extension helps people do exercises right at their desks.".
Extension Screenshots
Download Desk Exerciser Extension CRX File
Download Desk Exerciser extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension helps people do exercises right at their desks.
Extension Basic Information
Name | |
ID | lkagfeddhapnjlpofmokfpfbgmhckpae |
Official URL | https://chrome.google.com/webstore/detail/desk-exerciser/lkagfeddhapnjlpofmokfpfbgmhckpae |
Description | This extension helps people do exercises right at their desks. |
File Size | 7.74 MB |
Installation Count | 255 |
Current Version | 1.1 |
Last Updated | 2016-07-27 |
Publish Date | 2016-07-27 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Vishal |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Desk Exerciser", "description": "This extension helps people do exercises right at their desks.", "version": "1.1", "browser_action": { "default_icon": "gym_grey.png", "default_popup": "popup.html", "default_title": "Get Moving NOW!" }, "background": { "scripts": [ "image_filenames.js", "exercise_manager.js", "background.js" ] }, "permissions": [ "alarms", "notifications" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |