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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://indistractable.xyz และคุณลักษณะหลักของมันคือ "Indistractable is a Minimalist New Age Productivity Suite across your Android device and Chrome ecosystem. This Tab Extension…"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Indistractable-Minimal New Tab & Screen time

ดาวน์โหลดไฟล์ส่วนขยาย Indistractable-Minimal New Tab & Screen time ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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": []
        }
    ]
}