Study Buddy Procrastination Helper

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

Cos'è Study Buddy Procrastination Helper?

Study Buddy Procrastination Helper è un'estensione di Chrome sviluppata da Emrie Productions, e la sua funzione principale è "Study Enhancement Tool. Improve time management by limiting access to social media over customizable time intervals.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Study Buddy Procrastination Helper

Scarica i file di estensione Study Buddy Procrastination Helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Study Buddy Procrastination Helper Study Buddy Procrastination Helper
ID iipnehehhdldnjcbadhdcmibakfkpiml
URL Ufficiale https://chrome.google.com/webstore/detail/study-buddy-procrastinati/iipnehehhdldnjcbadhdcmibakfkpiml
Descrizione Study Enhancement Tool. Improve time management by limiting access to social media over customizable time intervals.
Dimensione del File 61.5 KB
Conteggio Installazioni 231
Versione Corrente 1.2
Ultimo Aggiornamento 2015-07-01
Data di Pubblicazione 2015-07-01
Valutazione 2.14/5 Totale 7 Valutazioni
Sviluppatore Emrie Productions
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}