Study Buddy

All in one app for all your studying needs!

Study Buddyとは何ですか?

Study BuddyはGolden Goose Globalによって開発されたChromeの拡張機能で、その主な機能は「All in one app for all your studying needs!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Study Buddy拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    ]
}