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 là gì?

Lagom là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là ""Lagom" (pronounced law-gum) is the Swedish word for "just the right amount". We hope this application provides you with a way to…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Lagom

Tải xuống các tệp mở rộng Lagom dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Lagom Lagom
ID cjahhkgnmjmjagpahdpddpbkcpbeccoh
URL Chính Thức https://chromewebstore.google.com/detail/lagom/cjahhkgnmjmjagpahdpddpbkcpbeccoh
Mô tả "Lagom" (pronounced law-gum) is the Swedish word for "just the right amount". We hope this application provides you with a way to…
Kích Thước Tệp 1.75 MB
Số Lần Cài Đặt 334
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2018-02-25
Ngày Phát Hành 2018-02-25
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Trang Web Mở Rộng https://www.aboutlagom.com/
URL Trang Trợ Giúp https://www.aboutlagom.com/
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}