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"
    ]
}