Minto

Productivity gamified by the minute. Earn a mint for every minute you work. Spend mints on rewards you create.

Mintoคืออะไร?

Minto เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Derek Ni และคุณลักษณะหลักของมันคือ "Productivity gamified by the minute. Earn a mint for every minute you work. Spend mints on rewards you create."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Finding the motivation to work can be difficult. Minto redefines productivity, by keeping track of your work through mints. Earn a mint for every minute of work. Spend mints on rewards you create. Customize rewards and prices to maximize your productivity.

Features
- customizable work sessions
- block specific sites when working
- todo list
- dailies list
- keyboard shortcuts to start/pause work sessions
- right click to block sites

Customize work sessions:
Click on the timer in the popup when you are not working, and you can customize your work session length.

Todo list:
Create todos and earn mints for completing them.

Dailies:
Want to stick to a new habit? Create a daily which can be completed each calendar day for mints.

Shortcuts to start/pause work sessions:
Mac: Ctrl + D (start/pause work), Ctrl + S (open popup)
Other: Ctrl + Shift + S (start/pause work), Ctrl + Shift + A (open popup)

Right click to block sites:
On a site you want to block, right click and from the context menu choose 'block this site when working'.                    

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

ชื่อ Minto Minto
ID hcgkjlalkeaekjkelpilagbjcengeebl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/minto/hcgkjlalkeaekjkelpilagbjcengeebl
คำอธิบาย Productivity gamified by the minute. Earn a mint for every minute you work. Spend mints on rewards you create.
ขนาดไฟล์ 258 KB
จำนวนการติดตั้ง 108
เวอร์ชันปัจจุบัน 1.1.3
อัปเดตครั้งล่าสุด 2022-03-08
วันที่เผยแพร่ 2021-01-19
คะแนน 5.00/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา Derek Ni
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://derekni.com/minto
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Minto",
    "version": "1.1.3",
    "description": "Productivity gamified by the minute. Earn a mint for every minute you work. Spend mints on rewards you create.",
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "optional_permissions": [
        "tabs",
        "notifications"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "options_page": "out\/options.html",
    "browser_action": {
        "default_title": "Earn mints by working",
        "default_popup": "out\/popup.html",
        "default_icon": "out\/img\/mint-128x128.png"
    },
    "icons": {
        "128": "out\/img\/mint-128x128.png",
        "48": "out\/img\/mint-48x48.png",
        "16": "out\/img\/mint-16x16.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+A",
                "mac": "MacCtrl+S"
            },
            "description": "Opens popup."
        },
        "toggle-work": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "MacCtrl+D"
            },
            "description": "Begins work session, or pauses an ongoing session."
        },
        "reset-mints": {
            "suggested_key": {
                "default": "Ctrl+Shift+R",
                "mac": "MacCtrl+R"
            },
            "description": "Resets mints."
        }
    },
    "manifest_version": 2
}