Pomegranate: Website Blocker/Pomodoro® Timer

Do you ever find yourself mindlessly reaching for that "F" key on your keyboard subconsciously intending to type "facebook.com"?…

Pomegranate: Website Blocker/Pomodoro® Timerคืออะไร?

Pomegranate: Website Blocker/Pomodoro® Timer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย KenzoSlice Apps และคุณลักษณะหลักของมันคือ "Do you ever find yourself mindlessly reaching for that "F" key on your keyboard subconsciously intending to type "facebook.com"?…"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pomegranate: Website Blocker/Pomodoro® Timer

ดาวน์โหลดไฟล์ส่วนขยาย Pomegranate: Website Blocker/Pomodoro® Timer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Do you ever find yourself mindlessly reaching for that "F" key on your keyboard subconsciously intending to type "facebook.com"? Yeah me too. Are you ready to take back your attention for good?

Pomegranate provides a solution by helping you focus with the extra help of an enforced website blocker.  The timer is built to be based around the famous Pomodoro® Technique** where a user focuses a chunk of time to solely focus on their task and takes a series of short and long breaks in between. You have the added ability to redirect your blocked URL to any URL of your choosing: a redirect to a Youtube video of "nails on a chalkboard" will help you get back to work in no time (given that's your style).  In addition to being able to redirect links, there is also an "exclusive mode" that disables all timer functionality and turn the app into a straight-forward website blocker that runs in the background.


*Website Blocker (With a bit of honest encouragement when slipping up)

*Pomodoro® Timer (With short and long break intervals)

*Redirect Mode (Redirect blocked sites)

*Exclusive Mode (Only block websites)

*Wild-card Search for URL (This means that entering "facebook" instead of "facebook.com" will still block Facebook. Note: Any URL that contains the phrase "facebook" will be blocked for the former case.  The latter case will be more strict in enforcing the official Facebook.com.

*Statistics (Completed pomodoros/breaks)

*Tastes like fruit



**Pomodoro® is a registered trademark of Francesco Cirillo. Pomegranate is not affiliated with Pomodoro® or Francesco Cirillo.                    

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

ชื่อ Pomegranate: Website Blocker/Pomodoro® Timer Pomegranate: Website Blocker/Pomodoro® Timer
ID fhnbdhpddlplookheppaagkaccfancck
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pomegranate-website-block/fhnbdhpddlplookheppaagkaccfancck
คำอธิบาย Do you ever find yourself mindlessly reaching for that "F" key on your keyboard subconsciously intending to type "facebook.com"?…
ขนาดไฟล์ 95.65 KB
จำนวนการติดตั้ง 1,383
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2020-08-26
วันที่เผยแพร่ 2020-08-04
คะแนน 4.56/5 รวมทั้งหมด 16 คะแนน
ผู้พัฒนา KenzoSlice Apps
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.instagram.com/kenzoslice
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pomegranate: Website Blocker\/Pomodoro\u00ae Timer",
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/js\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_title": "Pomegranate",
        "default_popup": "\/html\/popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/maxcdn.bootstrapcdn.com; object-src 'self'",
    "background": {
        "scripts": [
            "\/js\/background.js"
        ]
    },
    "icons": {
        "16": "\/pom-16.png",
        "48": "\/pom-48.png",
        "128": "\/pom-128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "notifications"
    ],
    "web_accessible_resources": [
        "\/html\/pageBlocked.html",
        "\/html\/breakNotifPage.html"
    ]
}