Prima

Focus more. Track your web activity, limit time on unproductive websites, block them and get more done.

Primaคืออะไร?

Prima เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Smit และคุณลักษณะหลักของมันคือ "Focus more. Track your web activity, limit time on unproductive websites, block them and get more done."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Prima

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

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

                        Accomplish more, always.

Prima Productive Blocker is a simple, intuitive solution to prevent yourself from getting distracted by unproductive websites and focus more. It's fast, easy to use and highly effective. 

You can boost your productivity with 3 simple steps:
- Copy the URL of the unproductive website, paste in on the extension and add a daily time limit for that website during your work
- Set the start and end time of your work and make the most out of your work hours
- Click on start, and get ready to switch to Focus Mode

If you view or use an unproductive site more than its designated time, the website will be blocked until the end of your work hour. With this interesting mechanism, the you will attain a sense of responsibility and drive your work with limited distractions.

What's more? Additional features:

- Pause, take a break: If you're on a holiday or you've decided to take some time to relax, you can continue using your favorite website without any restrictions by pausing the extension.

- Chill Mode: If you're done with your work, or you wish to linger around a little longer, you can cut some slack to yourself. Unblock all websites with click of the button.

- Activity Tracker: Know and monitor your time and activity on chrome. This added 'Time on Chrome' feature is precise to the second.                    

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

ชื่อ Prima Prima
ID aegmbmgckammjnkaapbeeehebmchllji
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/prima/aegmbmgckammjnkaapbeeehebmchllji
คำอธิบาย Focus more. Track your web activity, limit time on unproductive websites, block them and get more done.
ขนาดไฟล์ 1.06 MB
จำนวนการติดตั้ง 11
เวอร์ชันปัจจุบัน 2.0.1
อัปเดตครั้งล่าสุด 2020-06-14
วันที่เผยแพร่ 2020-06-14
คะแนน 4.81/5 รวมทั้งหมด 43 คะแนน
ผู้พัฒนา Smit
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Prima",
    "description": "Focus more. Track your web activity, limit time on unproductive websites, block them and get more done.",
    "version": "2.0.1",
    "author": "Smit Patel",
    "icons": {
        "16": "icon4.png",
        "48": "icon4.png",
        "128": "icon4.png"
    },
    "browser_action": {
        "default_title": "Your personal productivity tool",
        "default_popup": "ui.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "content.js",
                "jquery-3.5.1.min.js",
                "js\/bootstrap.min.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "http:\/\/127.0.0.1:5000\/*",
        "",
        "storage",
        "unlimitedStorage",
        "webRequest",
        "webRequestBlocking",
        "declarativeContent"
    ],
    "background": {
        "scripts": [
            "fetchurl.js"
        ],
        "persistent": true
    }
}