CubeFit Reminders
Balance your work day with standing and sitting.
CubeFit Remindersとは何ですか?
CubeFit RemindersはCubeFitによって開発されたChromeの拡張機能で、その主な機能は「Balance your work day with standing and sitting.」です。
拡張機能のスクリーンショット
CubeFit Reminders拡張機能のCRXファイルをダウンロード
CubeFit Reminders拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The CubeFit Reminders extension allows you to set up reminders to stand or sit at your desk. You also remind yourself to give your eyes a 20 second break from staring at a computer screen. And for those who find themselves entrapped in tasks, you can give yourself a reminder to get up and stretch your legs on a coffee break. There's even an ability to set your own reminders.
拡張機能の基本情報
名前 | |
ID | bnemmiklgdolmpnaanahldelacgeemgf |
公式URL | https://chrome.google.com/webstore/detail/cubefit-reminders/bnemmiklgdolmpnaanahldelacgeemgf |
説明 | Balance your work day with standing and sitting. |
ファイルサイズ | 926 KB |
インストール数 | 311 |
現在のバージョン | 1.0 |
最終更新日 | 2016-09-19 |
公開日 | 2016-09-19 |
評価 | 3.86/5 合計 7 レビュー |
開発者 | CubeFit |
支払い方法 | free |
拡張機能のウェブサイト | http://www.getcubefit.com |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CubeFit Reminders", "short_name": "CubeFit Reminders", "description": "Balance your work day with standing and sitting.", "version": "1.0", "minimum_chrome_version": "23", "icons": { "16": "img\/logo_only_16.png", "48": "img\/logo_only_48.png", "128": "img\/logo_only_128.png" }, "background": { "scripts": [ "lib\/moment.min.js", "js\/tasks.js", "js\/background.js" ], "persistent": false }, "browser_action": { "default_title": "CubeFit Reminders", "default_popup": "popup.html" }, "options_page": "options.html", "permissions": [ "storage", "alarms", "notifications", "tabs" ] } |