Get Up and Move
Reminders to get up and move around while you're working at the computer
Get Up and Moveとは何ですか?
Get Up and Moveはhttps://ashleythedeveloper.coによって開発されたChromeの拡張機能で、その主な機能は「Reminders to get up and move around while you're working at the computer」です。
拡張機能のスクリーンショット
Get Up and Move拡張機能のCRXファイルをダウンロード
Get Up and Move拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | Get Up and Move |
ID | kpplgpbcgnhoiijnbiaikndpcognlcmg |
公式URL | https://chromewebstore.google.com/detail/get-up-and-move/kpplgpbcgnhoiijnbiaikndpcognlcmg |
説明 | Reminders to get up and move around while you're working at the computer |
ファイルサイズ | 16.16 KB |
インストール数 | 138 |
現在のバージョン | 1.1.0 |
最終更新日 | 2017-03-31 |
公開日 | 2017-03-31 |
評価 | 3.00/5 合計 1 レビュー |
開発者 | https://ashleythedeveloper.co |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Get Up and Move", "version": "1.1.0", "manifest_version": 2, "icons": { "128": "icon128.png", "48": "icon48.png" }, "permissions": [ "alarms", "storage", "notifications" ], "background": { "page": "eventpage.html", "persistent": false }, "options_page": "options.html", "description": "Reminders to get up and move around while you're working at the computer", "web_accessible_resources": [ "icon48.png" ] } |