Get Your Focus Back

Regain focus so that you can enjoy the important things in life. Fully open source, and no analytics or tracking.

Get Your Focus Backคืออะไร?

Get Your Focus Back เป็นส่วนขยายของ Chrome ที่พัฒนาโดย FabricateIO และคุณลักษณะหลักของมันคือ "Regain focus so that you can enjoy the important things in life. Fully open source, and no analytics or tracking."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Get Your Focus Back

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

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

                        Imagine being able to focus on your computer again. How much more could you get done? How much happier would you be?

Use the science of Internet addiction to your advantage. By slowing down and removing color from distracting websites, you'll unconsciously become less interested in them - with no extra effort!

Features:
- set your own list of distracting websites, or apply it to the whole Internet
- customize the loading delay timer, and the loading message
- change how much greyscale is applied (0-100%)

Open source and no analytics or tracking! View the source code on GitHub: https://github.com/toddmedema/anti-addiction-chrome

P.S. looking for more tools to improve your focus? Works great with Todoist (https://todoist.com/r/todd_medema_oziuxf) and Freedom (https://freedom.to/?rfsn=3774221.754477)

RELEASE NOTES:
1.3.0
- Option to block stocks widget in Google

1.2.1
- Fix bug with custom message not displaying

1.1.1
- Improved settings menu
- Larger initial list of addicting websites

1.1.0
- Customizable greyscale / desaturation 

1.0.0
- Launch! Delay distracting websites to get your focus back                    

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

ชื่อ Get Your Focus Back Get Your Focus Back
ID hgokmjffmfnkaofmgjekjpiiocfafdoc
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/get-your-focus-back/hgokmjffmfnkaofmgjekjpiiocfafdoc
คำอธิบาย Regain focus so that you can enjoy the important things in life. Fully open source, and no analytics or tracking.
ขนาดไฟล์ 244 KB
จำนวนการติดตั้ง 147
เวอร์ชันปัจจุบัน 1.3.0
อัปเดตครั้งล่าสุด 2020-04-18
วันที่เผยแพร่ 2020-04-16
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา FabricateIO
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/toddmedema/anti-addiction-chrome
URL หน้าช่วยเหลือ https://github.com/toddmedema/anti-addiction-chrome
ภาษาที่รองรับ en
manifest.json
{
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "description": "Regain focus so that you can enjoy the important things in life. Fully open source, and no analytics or tracking.",
    "icons": {
        "128": "icon_128x128.png"
    },
    "manifest_version": 2,
    "name": "Get Your Focus Back",
    "offline_enabled": true,
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "short_name": "Focus",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.3.0"
}