Intentio: Focus Easier, Minimize Distractions

Make it easier for you to minimize distractions, stay focused, and work toward your goals mindfully.

ما هو Intentio: Focus Easier, Minimize Distractions؟

Intentio: Focus Easier, Minimize Distractions هو إضافة Chrome تم تطويرها بواسطة https://intentio.work، والميزة الرئيسية لها هي "Make it easier for you to minimize distractions, stay focused, and work toward your goals mindfully.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Intentio: Focus Easier, Minimize Distractions

قم بتنزيل ملفات الامتداد Intentio: Focus Easier, Minimize Distractions بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Intentio is a chrome extension that makes it easier for you to minimize distractions, stay focused, and work toward your goals mindfully with ease by prompting you to think twice before accessing time-wasting sites and by making it effortless to focus.

🧠 Block Sites Mindfully
Reduce the amount of time you spend mindlessly browsing by asking yourself a series of short questions, such as "What is the purpose of visiting this site? Is it to learn something or to be entertained?", "Is there something else you should be doing right now?", and "How does being entertained help with that?" These questions are designed to help you reflect on why you are visiting a particular site and make more mindful decisions about how you use the internet.

🙆‍♂️ Self Accountability
When you allow yourself to indulge in your blocked sites, Intentio will remind you how much time you have left in a way that is strong enough to change your behavior, but also gentle enough to avoid backfiring and causing you to abandon the tool altogether.

🧑‍💻 Focus Effortlessly
Whenever you visit your focus sites, you will be asked if you want to start a Pomodoro timer immediately. The timer will sync automatically with all opened focus sites and those that you start manually on non-listed sites when you prefer it.
Oh, and you can drag the timer wherever you want and it'll always be there ✨.

🌙 Mindful Downtime
Schedule periods of time when you are not allowed to access your blocked sites, and see a summary of the sites you visited and how long you spent there for the day.

🔍 Uncover Your Mindless Sites
After spending more than 15 minutes on sites that are not in your blocked or focus sites, you will be prompted to ask if you want to list them in your blocked or focus sites.

🏹 Site Redirect
You can choose the website you want to be redirected to, so you don't have to go through the intent questions asked every time you visit a blocked site.

☁️ Cloud Sync
Intentio's data is on the cloud, so you can move to a different device without having to manually enter your blocked or focus sites again.

📊 Analytics
You can view your learning x pleasure times and see how much time was spent on them. View individual sites and see where your time has been going.                    

معلومات أساسية عن التمديد

الاسم Intentio: Focus Easier, Minimize Distractions Intentio: Focus Easier, Minimize Distractions
ID opjjbmkjinkfbbdmlfnnjgjfodoaphjm
عنوان URL الرسمي https://chromewebstore.google.com/detail/intentio-focus-easier-min/opjjbmkjinkfbbdmlfnnjgjfodoaphjm
الوصف Make it easier for you to minimize distractions, stay focused, and work toward your goals mindfully.
حجم الملف 1.19 MB
عدد التثبيتات 330
النسخة الحالية 0.3
آخر تحديث 2024-01-22
تاريخ النشر 2022-12-28
تقييم 4.17/5 مجموع تقييمات 6
المطور https://intentio.work
البريد الإلكتروني [email protected]
نوع الدفع in_app
موقع الإضافة https://intentio.work
عنوان صفحة سياسة الخصوصية https://intentio.work/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Intentio: Focus Easier, Minimize Distractions",
    "description": "Make it easier for you to minimize distractions, stay focused, and work toward your goals mindfully.",
    "version": "0.3",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_title": "Intentio",
        "default_popup": "src\/popup\/index.html"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/app.intentio.work\/*"
    ],
    "background": {
        "service_worker": "background\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script\/index.js"
            ],
            "css": [
                "content-script\/assets\/main.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "fonts\/*.*",
                "audio\/*.*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}