MAD - Mindful Anti Distraction

This extension will hopefully help you be less distracted

MAD - Mindful Anti Distractionคืออะไร?

MAD - Mindful Anti Distraction เป็นส่วนขยายของ Chrome ที่พัฒนาโดย qt31415926 และคุณลักษณะหลักของมันคือ "This extension will hopefully help you be less distracted"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MAD - Mindful Anti Distraction

ดาวน์โหลดไฟล์ส่วนขยาย MAD - Mindful Anti Distraction ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Experimental Anti-Distraction App. Alternative method compared to stayfocusd/coldturkey. Aimed at a long term goal of defeating poor browsing habits!

Focused on delayed gratification and understanding the realistic need for 'distracting' sites.

All feedback is welcome. Bugs/features =D.

Shoutouts to: Roy Baumeister, Daniel Goleman, Kelly McGonigal for knowledge on self-control.

v.0.3.4:
typo

v.0.3.3:
- removed a message

v.0.3.2:
 - merged pull request to fix "Bypassing Writing more than 1 phrase" byg

v0.3.1
-bugfixes:
 -youtube embedded problems
 -oAuth redirect pages

v0.3.0
-added a disable-able reason tracker
-added an options page with few options
-added edit options
-fixed a few bugs

v0.2.1.0
-second round of customization added: block current site by using the icon/popup 
block sites using the button on the main page.
delete blocklisted sites
edit blocklisted sites

v0.2.0.0
-first round of customization: select your links.
-in the works: blacklist/whitelist functionality



More details at: https://github.com/qt31415926/cdad                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ MAD - Mindful Anti Distraction MAD - Mindful Anti Distraction
ID fobapabjknmdghbgnghnpoadiffhijao
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/mad-mindful-anti-distract/fobapabjknmdghbgnghnpoadiffhijao
คำอธิบาย This extension will hopefully help you be less distracted
ขนาดไฟล์ 616 KB
จำนวนการติดตั้ง 527
เวอร์ชันปัจจุบัน 0.3.4
อัปเดตครั้งล่าสุด 2017-03-22
วันที่เผยแพร่ 2017-03-22
คะแนน 4.65/5 รวมทั้งหมด 43 คะแนน
ผู้พัฒนา qt31415926
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/qt31415926/mad
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MAD - Mindful Anti Distraction",
    "short_name": "MAD",
    "description": "This extension will hopefully help you be less distracted",
    "version": "0.3.4",
    "background": {
        "scripts": [
            "js\/shared\/jquery.min.js",
            "js\/checkerino.js",
            "background.js"
        ],
        "pages": [
            "background.html"
        ]
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "img\/128.png",
        "default_title": "MAD",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "background.html",
        "css\/*",
        "js\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "activeTab",
        "webRequest",
        "webRequestBlocking",
        "storage",
        "idle",
        "",
        "tabs"
    ]
}