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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ ""Lagom" (pronounced law-gum) is the Swedish word for "just the right amount". We hope this application provides you with a way to…"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Lagom

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
    }
}