Tint Timer

Tint Timer is a tint-based, fully immersive time management tool.

Tint Timer là gì?

Tint Timer là một tiện ích mở rộng Chrome được phát triển bởi Tint Timer Devteam, và tính năng chính của nó là "Tint Timer is a tint-based, fully immersive time management tool.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tint Timer

Tải xuống các tệp mở rộng Tint Timer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        ~*~{ TINT TIMER}~*~

Tint Timer is a completely new way of time management, based in color psychology and a philosophy of non-intrusiveness.
(suggestions? bugs? email us at [email protected])
_____________________
COMING SOON:
-set custom opacity 
-color picker UI
-reusable sessions
_____________________

The initial inspiration for our extension came from the Pomodoro Study Method, which breaks study sessions into 25 minute intervals with 5 minute breaks in between.Our extension takes the Pomodoro method to a new level, providing unprecedented flexibility and unobtrusiveness through our innovative color tint.

This allows you to plan out your day without having to check a task list or timer constantly.The color tint on the screen serves as an active reminder to focus on the current task, but also psychologically influences the user to focus.
 
*Writing a long argumentative essay? Choose a deep red shade to help you get in the zone.
*Trying to get creative? It might be cliche, but studies have shown that shades of blue can help inspire you.

   HOW TO USE:
	1. Enter Session Name
	2. Enter Session Time
	3. Choose Session Color
	4. Add Session to Session List
	5. Repeat Steps 1-4 as many times as you want
	6. Hit Start Button :-)

Use CTRL+SPACE to bring up an overlay of the current task

tint.timer@gmail // github.com/nwapw-tint/Timing-Extension                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tint Timer Tint Timer
ID klchmgiefihgcmobhlpapaalhmbkgdnc
URL Chính Thức https://chromewebstore.google.com/detail/tint-timer/klchmgiefihgcmobhlpapaalhmbkgdnc
Mô tả Tint Timer is a tint-based, fully immersive time management tool.
Kích Thước Tệp 295 KB
Số Lần Cài Đặt 47
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2020-09-02
Ngày Phát Hành 2019-09-05
Đánh Giá 4.63/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Tint Timer Devteam
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tint Timer",
    "description": "Tint Timer is a tint-based, fully immersive time management tool.",
    "version": "1.0.3",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/common_functions.js",
                "scripts\/content\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "scripts\/common_functions.js",
            "scripts\/background\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "scripts\/popup\/popup.html",
        "default_title": "Edit the sessions and settings here!"
    },
    "permissions": [
        "tabs",
        "",
        "storage",
        "alarms"
    ],
    "omnibox": {
        "keyword": "tint"
    }
}