BusyBee

BusyBee impedes access to social media and other distracting sites when you need to focus on getting work done.

ما هو BusyBee؟

BusyBee هو إضافة Chrome تم تطويرها بواسطة https://stephenalbrecht.github.io/BusyBee، والميزة الرئيسية لها هي "BusyBee impedes access to social media and other distracting sites when you need to focus on getting work done.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة BusyBee

قم بتنزيل ملفات الامتداد BusyBee بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        How many times have you been working on a paper or a report only to realize that you've been browsing Facebook or Reddit for half an hour? The solution to this common issue is BusyBee -- a simple but effective site blocker designed to increase your productivity.

BusyBee is different from other site blockers by offering two different ways to block 
sites: Popup mode and Block mode.

In Popup mode, attempting to access a blocked site will open up a dialog box that you must interact with. If you proceed to browse the blocked site, the dialog will reappear after a short amount of time (you can adjust this amount in the BusyBee settings). This is designed for people who subconsciously open new tabs to browse social media. For these people, the dialog box snaps them out of that mindless browsing. 

In Block mode, attempting to access a blocked site will redirect them to a blockpage, like most site blockers. 

You can enable or disable blocking at any time in the BusyBee control panel by using the Bee button in the top right of your browser. While this requires the user to have more self control over when they choose to block sites, it provides a smooth user experience.

I hope BusyBee improves your workflow -- it improved mine!

PRIVACY NOTICE: 
BusyBee does not collect or share any personal or sensitive data. BusyBee will store your blocklist locally in your browser. BusyBee will read the URLs you visit and your tabs to determine if they should be blocked, but does not store or transmit this information.                    

معلومات أساسية عن التمديد

الاسم BusyBee BusyBee
ID jalaeccemnpadhafpplfjnpeijipijlm
عنوان URL الرسمي https://chromewebstore.google.com/detail/busybee/jalaeccemnpadhafpplfjnpeijipijlm
الوصف BusyBee impedes access to social media and other distracting sites when you need to focus on getting work done.
حجم الملف 203 KB
عدد التثبيتات 24
النسخة الحالية 0.9.0.0
آخر تحديث 2018-08-17
تاريخ النشر 2018-08-17
تقييم 5.00/5 مجموع تقييمات 3
المطور https://stephenalbrecht.github.io/BusyBee
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BusyBee",
    "version": "0.9.0.0",
    "description": "BusyBee impedes access to social media and other distracting sites when you need to focus on getting work done.",
    "permissions": [
        "tabs",
        "",
        "alarms"
    ],
    "browser_action": {
        "default_title": "BusyBee",
        "default_popup": "\/html\/popup.html",
        "default_icon": {
            "16": "images\/honeybee16.png",
            "32": "images\/honeybee32.png",
            "48": "images\/honeybee48.png",
            "128": "images\/honeybee128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_idle",
            "css": [
                "\/css\/dialog.css"
            ]
        }
    ],
    "icons": {
        "16": "\/images\/honeybee16.png",
        "32": "\/images\/honeybee32.png",
        "48": "\/images\/honeybee48.png",
        "128": "\/images\/honeybee128.png"
    },
    "background": {
        "page": "\/html\/background.html",
        "script": "\/js\/utils.js",
        "persistent": false
    },
    "options_page": "\/html\/options.html",
    "web_accessible_resources": [
        "images\/honeybee128.png",
        "images\/honeybee48.png",
        "images\/honeybee32.png"
    ],
    "manifest_version": 2
}