Desk Exerciser
This extension helps people do exercises right at their desks.
什么是Desk Exerciser?
Desk Exerciser是由Vishal开发的Chrome扩展程序,该扩展的主要功能是“This extension helps people do exercises right at their desks.”。
扩展截图
下载Desk Exerciser扩展crx文件
下载Desk Exerciser扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension helps people do exercises right at their desks.
扩展基本信息
名称 | |
ID | lkagfeddhapnjlpofmokfpfbgmhckpae |
官方URL | https://chrome.google.com/webstore/detail/desk-exerciser/lkagfeddhapnjlpofmokfpfbgmhckpae |
简介 | This extension helps people do exercises right at their desks. |
文件大小 | 7.74 MB |
安装次数 | 255 |
当前版本 | 1.1 |
更新时间 | 2016-07-27 |
上架时间 | 2016-07-27 |
评分 | 5.00/5 共1次评分 |
开发者 | Vishal |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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'" } |