StraightenUp
Remind yourself to keep good posture
什麼是StraightenUp?
StraightenUp是由Royserg開發的Chrome擴展程式,該擴展的主要功能是“Remind yourself to keep good posture”。
擴展截圖
下載StraightenUp擴展crx文件
下載StraightenUp擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Extension provides functionality to setup a timer that reminds a user about straightening up back in chosen interval. Goal of this app is to help everyone maintain a good posture while using a browser. It is common that we forget to properly sit in front of the PC, even hours with poor posture, bent back which only results in further pain and creates a habbit of staying in that position.
擴展基本資訊
名稱 | StraightenUp |
ID | cehchbnkbgenjlfnbmkfamfklnngjnnp |
官方網址 | https://chromewebstore.google.com/detail/straightenup/cehchbnkbgenjlfnbmkfamfklnngjnnp |
簡介 | Remind yourself to keep good posture |
檔案大小 | 515 KB |
安裝次數 | 19 |
目前版本 | 1.1 |
更新時間 | 2018-08-04 |
上架時間 | 2018-08-04 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Royserg |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "StraightenUp", "description": "Remind yourself to keep good posture", "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "version": "1.1", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "assets\/icon16.png", "default_popup": "popup.html" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+F", "mac": "MacCtrl+Shift+F" }, "description": "Opens index.html" } }, "permissions": [ "notifications", "storage" ] } |