standUP
A simple and light-weight extension to remind you to stand up!
什么是standUP?
standUP是由vallode开发的Chrome扩展程序,该扩展的主要功能是“A simple and light-weight extension to remind you to stand up!”。
扩展截图
下载standUP扩展crx文件
下载standUP扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
standUP is a simple, light-weight extension that will remind you to stand up from your desk and take a quick break from work. Click the icon in your toolbar to access the options page! This extension is also open-source: https://github.com/vallode/standUP
扩展基本信息
名称 | standUP |
ID | ganadkkagibbpfjbhfkoakicignmifmp |
官方URL | https://chromewebstore.google.com/detail/standup/ganadkkagibbpfjbhfkoakicignmifmp |
简介 | A simple and light-weight extension to remind you to stand up! |
文件大小 | 40.86 KB |
安装次数 | 434 |
当前版本 | 1.2.13 |
更新时间 | 2017-10-04 |
上架时间 | 2017-10-04 |
评分 | 5.00/5 共2次评分 |
开发者 | vallode |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/vallode/standUP |
帮助页面URL | https://github.com/vallode/standUP |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.2.13", "name": "standUP", "short_name": "standUP", "description": "A simple and light-weight extension to remind you to stand up!", "author": "Mariusz 'Vallode' Zarzycki", "homepage_url": "https:\/\/github.com\/vallode\/standUP", "offline_enabled": true, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon128.png", "default_title": "standUP", "default_popup": "popup.html" }, "background": { "scripts": [ "scripts\/min\/background.min.js" ], "persistent": true }, "permissions": [ "notifications", "storage" ], "options_page": "options.html" } |