Selfocus - Productivity Timer

Selfocus helps you increase your productivity by eliminating distractions from your browser.

Selfocus - Productivity Timer là gì?

Selfocus - Productivity Timer là một tiện ích mở rộng Chrome được phát triển bởi Eikon Labs, và tính năng chính của nó là "Selfocus helps you increase your productivity by eliminating distractions from your browser.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Selfocus - Productivity Timer 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

                        Selfocus replaces your default new tab page with a personal dashboard using which you can- assign goals for the day, create work sessions and break sessions, create to-do lists, and block distracting websites. Our inspiring Nature backgrounds and Zen music keep you calm and focused.

These methods are scientifically proven to be efficient in increasing your focus and productivity while reducing stress.

Features:
• New-tab dashboard
• Minimalistic design
• Assign daily goals
• Create work sessions
• Block distracting websites
• Momentum inspired backgrounds
• Calming Zen music
• Inspirational quotes
• Session timer
• To-do list
• Inbuilt Google search bar
• (More features coming soon)

Questions?
If you have any questions, feel free to write us an email at: [email protected]                    

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

Tên Selfocus - Productivity Timer Selfocus - Productivity Timer
ID kcefapaajfofohhleohkiakepbkfgina
URL Chính Thức https://chromewebstore.google.com/detail/selfocus-productivity-tim/kcefapaajfofohhleohkiakepbkfgina
Mô tả Selfocus helps you increase your productivity by eliminating distractions from your browser.
Kích Thước Tệp 3.65 MB
Số Lần Cài Đặt 530
Phiên Bản Hiện Tại 2.0.1
Cập Nhật Lần Cuối 2022-09-21
Ngày Phát Hành 2020-06-29
Đánh Giá 4.15/5 Tổng số 13 Đánh Giá
Nhà Phát Triển Eikon Labs
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.selfocus.io/
URL Trang Chính Sách Bảo Mật https://app.termly.io/document/privacy-policy/fc882746-c528-4e65-b2bd-05638654cd5e
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Selfocus - Productivity Timer",
    "description": "Selfocus helps you increase your productivity by eliminating distractions from your browser.",
    "version": "2.0.1",
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "storage"
    ],
    "optional_permissions": [
        "bookmarks"
    ],
    "host_permissions": [
        "",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "icons\/logo_16.png",
        "48": "icons\/logo_48.png",
        "128": "icons\/logo_128.png"
    },
    "action": {
        "default_icon": {
            "16": "\/icons\/logo_16.png"
        }
    },
    "chrome_url_overrides": {
        "newtab": "popup\/popup.html"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/icons\/logo_128.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}