Intention - Stop Mindless Browsing

Build the habit of focus.

Τι είναι το Intention - Stop Mindless Browsing;

Το Intention - Stop Mindless Browsing είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://getintention.com, και η κύρια λειτουργία του είναι "Build the habit of focus.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Intention - Stop Mindless Browsing

Λήψη αρχείων επέκτασης Intention - Stop Mindless Browsing σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        🎯 Browse with intention
When you visit a distracting site, Intention will ask you to commit to a time limit in order to unlock the site.

⏰ Stay focused
If you unlock the site, Intention helps you focus by showing how much time you have left.

🙌🏽 Get your attention back
When your time runs out, Intention automatically ends your session and helps you reflect on how you'd like to be spending your time.

No more unconsciously checking endless feeds the moment you're bored. 
No more thinking "just 5 minutes" and wasting hours. 
No more mindless browsing.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Intention - Stop Mindless Browsing Intention - Stop Mindless Browsing
ID dladanhaondcgpahgiflodhckhoeohoe
Επίσημο URL https://chromewebstore.google.com/detail/intention-stop-mindless-b/dladanhaondcgpahgiflodhckhoeohoe
Περιγραφή Build the habit of focus.
Μέγεθος Αρχείου 3.17 MB
Αριθμός Εγκαταστάσεων 8,786
Τρέχουσα Έκδοση 1.4.3
Τελευταία Ενημέρωση 2021-02-10
Ημερομηνία Δημοσίευσης 2020-06-13
Αξιολόγηση 4.97/5 Συνολικά 802 Αξιολογήσεις
Προγραμματιστής https://getintention.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.getintention.com
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Build the habit of focus.",
    "version": "1.4.3",
    "name": "Intention - Stop Mindless Browsing",
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "permissions": [
        "storage",
        "activeTab",
        "idle",
        "unlimitedStorage"
    ],
    "optional_permissions": [
        "",
        "topSites",
        "notifications"
    ],
    "manifest_version": 2,
    "incognito": "split",
    "icons": {
        "16": "assets\/icon-16.png",
        "48": "assets\/icon-48.png",
        "128": "assets\/icon-128.png"
    },
    "browser_action": {
        "default_icon": "assets\/icon-16.png",
        "default_title": "Intention",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "web_accessible_resources": [
        "assets\/icon.svg"
    ],
    "content_security_policy": "script-src 'self' https:\/\/sentry.io; object-src 'self'"
}