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