rminder - WinTenDev

An extension that will remind you to correct your posture, drink water, blink, and stretch

O que é rminder - WinTenDev?

rminder - WinTenDev é uma extensão do Chrome desenvolvida por kholid060, e sua principal característica é "An extension that will remind you to correct your posture, drink water, blink, and stretch".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão rminder - WinTenDev

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

                        This extension will notify you to drink water, correct your posture, blink, and stretch. Because we often forget to do all that when browsing, and it will affect your health.

You can customize the interval of when you want to notify and the text of the notification, you also can turn off the notification.                    

Informações Básicas da Extensão

Nome rminder - WinTenDev rminder - WinTenDev
ID kbchhfdklfddnnilmdffaeahipjcabll
URL Oficial https://chromewebstore.google.com/detail/rminder-wintendev/kbchhfdklfddnnilmdffaeahipjcabll
Descrição An extension that will remind you to correct your posture, drink water, blink, and stretch
Tamanho do Arquivo 386 KB
Contagem de Instalações 966
Versão Atual 0.2.0
Última Atualização 2021-05-26
Data de Publicação 2020-12-16
Classificação 4.55/5 Total de 11 Avaliações
Desenvolvedor kholid060
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "homepage_url": "http:\/\/localhost:8080\/",
    "description": "An extension that will remind you to correct your posture, drink water, blink, and stretch",
    "default_locale": "en",
    "permissions": [
        "notifications",
        "storage",
        "alarms"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "version": "0.2.0",
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}