Get Up and Move

Reminders to get up and move around while you're working at the computer

O que é Get Up and Move?

Get Up and Move é uma extensão do Chrome desenvolvida por https://ashleythedeveloper.co, e sua principal característica é "Reminders to get up and move around while you're working at the computer".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Get Up and Move

Baixe arquivos de extensão Get Up and Move no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                                            

Informações Básicas da Extensão

Nome Get Up and Move Get Up and Move
ID kpplgpbcgnhoiijnbiaikndpcognlcmg
URL Oficial https://chromewebstore.google.com/detail/get-up-and-move/kpplgpbcgnhoiijnbiaikndpcognlcmg
Descrição Reminders to get up and move around while you're working at the computer
Tamanho do Arquivo 16.16 KB
Contagem de Instalações 138
Versão Atual 1.1.0
Última Atualização 2017-03-31
Data de Publicação 2017-03-31
Classificação 3.00/5 Total de 1 Avaliações
Desenvolvedor https://ashleythedeveloper.co
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}