Selfocus - Productivity Timer

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

Selfocus - Productivity Timer란 무엇입니까?

Selfocus - Productivity Timer은(는) Eikon Labs에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Selfocus helps you increase your productivity by eliminating distractions from your browser."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Selfocus - Productivity Timer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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]                    

확장 프로그램 기본 정보

이름 Selfocus - Productivity Timer Selfocus - Productivity Timer
ID kcefapaajfofohhleohkiakepbkfgina
공식 URL https://chromewebstore.google.com/detail/selfocus-productivity-tim/kcefapaajfofohhleohkiakepbkfgina
설명 Selfocus helps you increase your productivity by eliminating distractions from your browser.
파일 크기 3.65 MB
설치 횟수 530
현재 버전 2.0.1
최근 업데이트 2022-09-21
출시 날짜 2020-06-29
평점 4.15/5 총 13 개의 평점
개발자 Eikon Labs
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.selfocus.io/
개인정보 보호 정책 페이지 URL https://app.termly.io/document/privacy-policy/fc882746-c528-4e65-b2bd-05638654cd5e
지원되는 언어 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": [
                ""
            ]
        }
    ]
}