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 擴展基本資訊
| 名稱 | |
| ID | ganadkkagibbpfjbhfkoakicignmifmp |
| 官方網址 | 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"
} | |