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”。

擴展截圖

screenshot

下載Get Up and Move擴展crx文件

下載Get Up and Move擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                                            

擴展基本資訊

名稱 Get Up and Move Get Up and Move
ID kpplgpbcgnhoiijnbiaikndpcognlcmg
官方網址 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"
    ]
}