Lagom

"Lagom" (pronounced law-gum) is the Swedish word for "just the right amount". We hope this application provides you with a way to…

O que é Lagom?

Lagom é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é ""Lagom" (pronounced law-gum) is the Swedish word for "just the right amount". We hope this application provides you with a way to…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Lagom

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

                        "Lagom" (pronounced law-gum) is the Swedish word for "just the right amount". We hope this application provides you with a way to implement this "not too little, not too much" philosophy into your daily life by helping you find a balance between work, play, and relaxation.

This Chrome extension has three primary modes:
-Focus: This feature allows the User to (blacklist) block certain websites on the Chrome browser for a User-chosen period of time.
-Break: After each Focus period, the User will enter a Break period where any websites can be accessed for a User-chosen period.
-Unplug: This feature will prohibit the User from accessing any websites on Chrome for a certain period of time. All current tabs and new tabs will be redirected to our website, and after the Unplug period is over, the tabs will return to the pages open before the Unplug period began.                    

Informações Básicas da Extensão

Nome Lagom Lagom
ID cjahhkgnmjmjagpahdpddpbkcpbeccoh
URL Oficial https://chromewebstore.google.com/detail/lagom/cjahhkgnmjmjagpahdpddpbkcpbeccoh
Descrição "Lagom" (pronounced law-gum) is the Swedish word for "just the right amount". We hope this application provides you with a way to…
Tamanho do Arquivo 1.75 MB
Contagem de Instalações 334
Versão Atual 0.2
Última Atualização 2018-02-25
Data de Publicação 2018-02-25
Classificação 5.00/5 Total de 6 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Site da Extensão https://www.aboutlagom.com/
URL da Página de Ajuda https://www.aboutlagom.com/
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lagom",
    "version": "0.2",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "options_page": "options\/options.html",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}