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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Emrie Productions และคุณลักษณะหลักของมันคือ "Study Enhancement Tool. Improve time management by limiting access to social media over customizable time intervals."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Study Buddy Procrastination Helper

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}