Indistractable-Minimal New Tab & Screen time

Indistractable is a Minimalist New Age Productivity Suite across your Android device and Chrome ecosystem. This Tab Extension…

Indistractable-Minimal New Tab & Screen time란 무엇입니까?

Indistractable-Minimal New Tab & Screen time은(는) https://indistractable.xyz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Indistractable is a Minimalist New Age Productivity Suite across your Android device and Chrome ecosystem. This Tab Extension…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Indistractable-Minimal New Tab & Screen time 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Indistractable is a Minimalist New Age Productivity Suite across your Android device and Chrome ecosystem. This Tab Extension allows you to clear the clutter and see a minimalist clean slate every time you hit the new tab. A cherry on top is a new quote every few hours to help you stay motivated.

You get overlay for screen time on each tab so that you know how much time you are spending on each website.

You can see reports as to how you are spending time on the internet.

Coming soon:

More customisations including to-do list (that actually works!), calendar integration, and more
Screen Time & website blocking capabilities.

Feel free to reach out to us with any feedback you may have: [email protected] & drop us a rating + review in case you enjoyed it. 
 
Join our beta
Check out android app                    

확장 프로그램 기본 정보

이름 Indistractable-Minimal New Tab & Screen time Indistractable-Minimal New Tab & Screen time
ID kfgejlnmhacpkjolplkdpjfklphfighf
공식 URL https://chromewebstore.google.com/detail/indistractable-minimal-ne/kfgejlnmhacpkjolplkdpjfklphfighf
설명 Indistractable is a Minimalist New Age Productivity Suite across your Android device and Chrome ecosystem. This Tab Extension…
파일 크기 998 KB
설치 횟수 340
현재 버전 0.0.5
최근 업데이트 2022-07-02
출시 날짜 2020-11-30
평점 5.00/5 총 22 개의 평점
개발자 https://indistractable.xyz
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.indistractable.xyz
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.5",
    "manifest_version": 3,
    "name": "Indistractable-Minimal New Tab & Screen time",
    "permissions": [
        "activeTab",
        "scripting",
        "idle",
        "storage",
        "tabs"
    ],
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-48.png",
        "default_title": "Screentime & more"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-48.png"
            ],
            "matches": []
        }
    ]
}