Timedojo: Pomodoro App To Stay Focused

An App to block websites, Implement Pomodoro Technique And Stay Focused

Timedojo: Pomodoro App To Stay Focused क्या है?

Timedojo: Pomodoro App To Stay Focused https://timedojo.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An App to block websites, Implement Pomodoro Technique And Stay Focused"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Timedojo: Pomodoro App To Stay Focused एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Improve your productivity, Implement Pomodoro Technique, Stay Focused, Block Websites using our extension!

🌟Key Features 🌟

🍵Implement Pomodoro Technique:
Easy to use Extension for Implementing Pomodoro Technique. Default settings have 3 modes - Work mode, Break mode and Long break mode with aesthetic colors.

⚔️Block Websites during focus sessions:
Add websites to your blocklist easily through our extension or you can add it manually through the blocklist page. Websites will only be blocked when a pomodoro session is ongoing. Websites will be unblocked in break and long break session!

🔃Sync with google account:
Data such as blocked websites and pomodoro state are synced with your google account. They will be restored when you sign in on a different machine using the same account!

⏱️Add to blocked list from your history:
We show a list of distinct visited websites from history. Easily add them to your block list with just a single click!

🛠️Timer synced with website:
Timer is integrated with website and changes in website will reflect in the extension!

Website: https://timedojo.io                    

एक्सटेंशन की मूल जानकारी

नाम Timedojo: Pomodoro App To Stay Focused Timedojo: Pomodoro App To Stay Focused
ID cennnfekpcbgoajenlkfhhgcpmjddhfh
आधिकारिक URL https://chromewebstore.google.com/detail/timedojo-pomodoro-app-to/cennnfekpcbgoajenlkfhhgcpmjddhfh
विवरण An App to block websites, Implement Pomodoro Technique And Stay Focused
फ़ाइल का आकार 3.14 MB
स्थापना संख्या 11
वर्तमान संस्करण 1.2
अंतिम अपडेट 2022-06-20
प्रकाशन तिथि 2022-05-04
डेवलपर https://timedojo.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://timedojo.io
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Timedojo: Pomodoro App To Stay Focused",
    "description": "An App to block websites, Implement Pomodoro Technique And Stay Focused",
    "version": "1.2",
    "manifest_version": 3,
    "icons": {
        "16": "logo.png",
        "32": "logo.png",
        "48": "logo.png"
    },
    "action": {
        "default_popup": "pomo-extension\/build\/index.html",
        "default_icon": "logo.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "storage",
        "alarms",
        "history"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/timedojo.io\/*"
            ],
            "js": [
                ".\/content_script.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.timedojo.io\/*"
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}