Study Buddy Procrastination Helper

Study Enhancement Tool. Improve time management by limiting access to social media over customizable time intervals.

Study Buddy Procrastination Helperとは何ですか?

Study Buddy Procrastination HelperはEmrie Productionsによって開発されたChromeの拡張機能で、その主な機能は「Study Enhancement Tool. Improve time management by limiting access to social media over customizable time intervals.」です。

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

screenshot
screenshot
screenshot

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

Study Buddy Procrastination Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Enhance study productivity by limiting the amount of time spent on social media sites (Facebook / Instagram / Pinterest / Reddit / Twitter / YouTube). 

Customizable settings for study / break intervals and specific sites being monitored.                    

拡張機能の基本情報

名前 Study Buddy Procrastination Helper Study Buddy Procrastination Helper
ID iipnehehhdldnjcbadhdcmibakfkpiml
公式URL https://chrome.google.com/webstore/detail/study-buddy-procrastinati/iipnehehhdldnjcbadhdcmibakfkpiml
説明 Study Enhancement Tool. Improve time management by limiting access to social media over customizable time intervals.
ファイルサイズ 61.5 KB
インストール数 231
現在のバージョン 1.2
最終更新日 2015-07-01
公開日 2015-07-01
評価 2.14/5 合計 7 レビュー
開発者 Emrie Productions
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Study Buddy Procrastination Helper",
    "short_name": "Study Buddy",
    "description": "Study Enhancement Tool. Improve time management by limiting access to social media over customizable time intervals.",
    "version": "1.2",
    "browser_action": {
        "default_icon": "StudyBuddy.png",
        "default_title": "Study Buddy",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "content.js"
            ],
            "css": [
                "timer.css",
                "block.css"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "webNavigation",
        "https:\/\/ajax.googleapis.com\/",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "tabs"
    ]
}