Lagom

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

什麼是Lagom?

Lagom是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“"Lagom" (pronounced law-gum) is the Swedish word for "just the right amount". We hope this application provides you with a way to…”。

擴展截圖

screenshot

下載Lagom擴展crx文件

下載Lagom擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Lagom Lagom
ID cjahhkgnmjmjagpahdpddpbkcpbeccoh
官方網址 https://chromewebstore.google.com/detail/lagom/cjahhkgnmjmjagpahdpddpbkcpbeccoh
簡介 "Lagom" (pronounced law-gum) is the Swedish word for "just the right amount". We hope this application provides you with a way to…
檔案大小 1.75 MB
安裝次數 334
目前版本 0.2
更新時間 2018-02-25
上架時間 2018-02-25
評分 5.00/5 共 6 次評分
開發者 Unknown
付費類型 free
擴展官網 https://www.aboutlagom.com/
說明頁面URL https://www.aboutlagom.com/
支援的語言 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"
    }
}