Selfocus - Productivity Timer

Selfocus helps you increase your productivity by eliminating distractions from your browser.

Selfocus - Productivity Timer क्या है?

Selfocus - Productivity Timer Eikon Labs द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Selfocus helps you increase your productivity by eliminating distractions from your browser."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Selfocus - Productivity Timer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        Selfocus replaces your default new tab page with a personal dashboard using which you can- assign goals for the day, create work sessions and break sessions, create to-do lists, and block distracting websites. Our inspiring Nature backgrounds and Zen music keep you calm and focused.

These methods are scientifically proven to be efficient in increasing your focus and productivity while reducing stress.

Features:
• New-tab dashboard
• Minimalistic design
• Assign daily goals
• Create work sessions
• Block distracting websites
• Momentum inspired backgrounds
• Calming Zen music
• Inspirational quotes
• Session timer
• To-do list
• Inbuilt Google search bar
• (More features coming soon)

Questions?
If you have any questions, feel free to write us an email at: [email protected]                    

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

नाम Selfocus - Productivity Timer Selfocus - Productivity Timer
ID kcefapaajfofohhleohkiakepbkfgina
आधिकारिक URL https://chromewebstore.google.com/detail/selfocus-productivity-tim/kcefapaajfofohhleohkiakepbkfgina
विवरण Selfocus helps you increase your productivity by eliminating distractions from your browser.
फ़ाइल का आकार 3.65 MB
स्थापना संख्या 530
वर्तमान संस्करण 2.0.1
अंतिम अपडेट 2022-09-21
प्रकाशन तिथि 2020-06-29
रेटिंग 4.15/5 कुल 13 रेटिंग्स
डेवलपर Eikon Labs
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.selfocus.io/
गोपनीयता नीति पृष्ठ URL https://app.termly.io/document/privacy-policy/fc882746-c528-4e65-b2bd-05638654cd5e
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Selfocus - Productivity Timer",
    "description": "Selfocus helps you increase your productivity by eliminating distractions from your browser.",
    "version": "2.0.1",
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "storage"
    ],
    "optional_permissions": [
        "bookmarks"
    ],
    "host_permissions": [
        "",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "icons\/logo_16.png",
        "48": "icons\/logo_48.png",
        "128": "icons\/logo_128.png"
    },
    "action": {
        "default_icon": {
            "16": "\/icons\/logo_16.png"
        }
    },
    "chrome_url_overrides": {
        "newtab": "popup\/popup.html"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/icons\/logo_128.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}