Focale - Study Pal

Set a study timer and stay focused with Focale, the study pal.

Focale - Study Pal क्या है?

Focale - Study Pal Ganning Xu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Set a study timer and stay focused with Focale, the study pal."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Study smarter, stay focused, and track studying using Focale!

WHAT'S NEW?
➜ Added site-blocking feature (blocks distracting social media websites when a timer is running)
➜ Intelligent preset system: Focale recommends timers that were previously set as one-click timer starters. 
➜ New Color Schemes: default, minimal blue, midnight, noir, and neon 
➜ Added an options page to customize settings (enable/disable progress notifications, notification sounds, site blocking, and customize color scheme)

FEATURES
➜ Ability to customize length of study timer
➜ Pause, resume, and reset controls for the timer
➜ Notifications about when the timer ends.
➜ Social media site blocking
➜ Customizable color schemes
➜ Intelligent timer preset system
➜ Personalized break time recommendations
➜ Ability to see the overall total number of minutes you have studied                    

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

नाम Focale - Study Pal Focale - Study Pal
ID khjidjdpidalladedmkjibjkklanhcnc
आधिकारिक URL https://chromewebstore.google.com/detail/focale-study-pal/khjidjdpidalladedmkjibjkklanhcnc
विवरण Set a study timer and stay focused with Focale, the study pal.
फ़ाइल का आकार 1.17 MB
स्थापना संख्या 1,924
वर्तमान संस्करण 1.1
अंतिम अपडेट 2021-06-22
प्रकाशन तिथि 2021-06-14
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर Ganning Xu
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Focale - Study Pal",
    "version": "1.1",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Focale"
    },
    "description": "Set a study timer and stay focused with Focale, the study pal.",
    "icons": {
        "128": ".\/img\/favicon128.png",
        "48": ".\/img\/favicon48.png",
        "16": ".\/img\/favicon16.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+0",
                "mac": "Command+Shift+0"
            },
            "description": "Toggle Focale extension"
        }
    },
    "background": {
        "scripts": [
            ".\/js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                ".\/js\/content.js"
            ],
            "matches": [
                "https:\/\/www.instagram.com\/*",
                "https:\/\/www.facebook.com\/*",
                "https:\/\/www.reddit.com\/*",
                "https:\/\/www.whatsapp.com\/*",
                "https:\/\/www.messenger.com\/*",
                "https:\/\/www.wechat.com\/*",
                "https:\/\/www.tumblr.com\/*",
                "https:\/\/www.pinterest.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "notifications",
        "https:\/\/type.fit\/api\/quotes"
    ],
    "options_page": "options.html"
}