Lagom

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

Qu'est-ce que Lagom ?

Lagom est une extension Chrome développée par Unknown, et sa fonction principale est ""Lagom" (pronounced law-gum) is the Swedish word for "just the right amount". We hope this application provides you with a way to…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Lagom

Téléchargez les fichiers d'extension Lagom au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        "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.                    

Informations de Base sur l'Extension

Nom Lagom Lagom
ID cjahhkgnmjmjagpahdpddpbkcpbeccoh
URL Officiel https://chromewebstore.google.com/detail/lagom/cjahhkgnmjmjagpahdpddpbkcpbeccoh
Description "Lagom" (pronounced law-gum) is the Swedish word for "just the right amount". We hope this application provides you with a way to…
Taille du Fichier 1.75 MB
Nombre d'Installations 334
Version Actuelle 0.2
Dernière Mise à Jour 2018-02-25
Date de Publication 2018-02-25
Évaluation 5.00/5 Total 6 Évaluations
Développeur Unknown
Type de Paiement free
Site Web de l'Extension https://www.aboutlagom.com/
URL de la Page d'Aide https://www.aboutlagom.com/
Langues Prises en Charge 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"
    }
}