standUP

A simple and light-weight extension to remind you to stand up!

O que é standUP?

standUP é uma extensão do Chrome desenvolvida por vallode, e sua principal característica é "A simple and light-weight extension to remind you to stand up!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão standUP

Baixe arquivos de extensão standUP 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

                        standUP is a simple, light-weight extension that will remind you to stand up from your desk and take a quick break from work.

Click the icon in your toolbar to access the options page!

This extension is also open-source: https://github.com/vallode/standUP                    

Informações Básicas da Extensão

Nome standUP standUP
ID ganadkkagibbpfjbhfkoakicignmifmp
URL Oficial https://chromewebstore.google.com/detail/standup/ganadkkagibbpfjbhfkoakicignmifmp
Descrição A simple and light-weight extension to remind you to stand up!
Tamanho do Arquivo 40.86 KB
Contagem de Instalações 434
Versão Atual 1.2.13
Última Atualização 2017-10-04
Data de Publicação 2017-10-04
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor vallode
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/vallode/standUP
URL da Página de Ajuda https://github.com/vallode/standUP
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.2.13",
    "name": "standUP",
    "short_name": "standUP",
    "description": "A simple and light-weight extension to remind you to stand up!",
    "author": "Mariusz 'Vallode' Zarzycki",
    "homepage_url": "https:\/\/github.com\/vallode\/standUP",
    "offline_enabled": true,
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon128.png",
        "default_title": "standUP",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "scripts\/min\/background.min.js"
        ],
        "persistent": true
    },
    "permissions": [
        "notifications",
        "storage"
    ],
    "options_page": "options.html"
}