Study Buddy

All in one app for all your studying needs!

Что такое Study Buddy?

Study Buddy - это расширение Chrome, разработанное Golden Goose Global, и его основная функция - "All in one app for all your studying needs!".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Study Buddy

Скачайте файлы расширений Study Buddy в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        A Google chrome extension with a couple of useful tools to help you to stay focused when working.

Study Buddy features:

-  Study Timer: This will help you manage your time and let you focus on task such as studying or taking a break. Breaking down your work into allotted times slots have shown to increase productivity and concentration. The optimal work time for an average human is 25 minutes followed by a 10 minute break.  

- To do list: Easily keep track of tasks that need to be completed throughout the day.

 - Site blocker: This is to help against becoming distracted when focusing on work, It will 
   temporarily block the sites that you add to the list. Attempting to access a site that you've 
   block will redirect you to a motivational message to help get back on track.

-  Definitions: Looking for a quick definition for a word? or synonyms for a specific word? Look 
    no further We've got your back! 

We are always looking for ways to improve this app, if you have any feedback or idea for more features make sure to let us know!                    

Основная информация о расширении

Название Study Buddy Study Buddy
ID oclpffaofghhmjgdldcmnkofpdnogdnf
Официальный URL https://chromewebstore.google.com/detail/study-buddy/oclpffaofghhmjgdldcmnkofpdnogdnf
Описание All in one app for all your studying needs!
Размер файла 9.68 MB
Количество установок 431
Текущая Версия 1.0.2
Последнее Обновление 2021-10-13
Дата публикации 2021-10-13
Рейтинг 5.00/5 Всего 2 оценок
Разработчик Golden Goose Global
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Study Buddy",
    "author": "Golden Goose Global",
    "version": "1.0.2",
    "description": "All in one app for all your studying needs!",
    "icons": {
        "16": "SBLOGO.png",
        "48": "SBLOGO.png",
        "32": "SBLOGO.png",
        "128": "SBLOGO.png"
    },
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Study Buddy",
        "default_icon": "SBLOGO.png"
    },
    "background": {
        "scripts": [
            "newbackground.js"
        ]
    },
    "permissions": [
        "storage",
        "tabs",
        "https:\/\/*\/",
        "notifications"
    ]
}