Pomodoro Timer PRO

Pomodoro Timer is a free and great tool that can help you boost your productivity and quality of your work.

什麼是Pomodoro Timer PRO?

Pomodoro Timer PRO是由thebestwebservices開發的Chrome擴展程式,該擴展的主要功能是“Pomodoro Timer is a free and great tool that can help you boost your productivity and quality of your work.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Pomodoro Timer PRO擴展crx文件

下載Pomodoro Timer PRO擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Capabilities:
1. Run after installation
2. Setting up work and break time
3. Manual start, stop and restart the timer
4. Blacklist/Whitelist switcher
5. Configure the list of sites that will be blocked/allowed during the work mode
6. Auto-block the site, if the tab has already been opened
7. Long break after each 4th pomodoro 
8. Timer deactivation after 15 minutes of inactivity
9. Ability to select notification sound or disable sound completely

Changelog:

v1.0.1
- Removed "tabs" permission

v1.0.0
- More fresh design
- Now by default after starting the browser the timer will be stopped. You can change it on Options page
- Timer deactivation after 15 minutes of inactivity
- Added notification sounds with ability to disable or change sound

v0.3.0
- Added ability to change texts in popups

I will be glad to listen to all the comments and wishes.                    

擴展基本資訊

名稱 Pomodoro Timer PRO Pomodoro Timer PRO
ID bpakimmhdmcbgbcnhanfcpelcnookihi
官方網址 https://chromewebstore.google.com/detail/pomodoro-timer-pro/bpakimmhdmcbgbcnhanfcpelcnookihi
簡介 Pomodoro Timer is a free and great tool that can help you boost your productivity and quality of your work.
檔案大小 306 KB
安裝次數 4,539
目前版本 1.0.1
更新時間 2021-04-12
上架時間 2018-12-27
評分 4.10/5 共 48 次評分
開發者 thebestwebservices
電子郵箱 [email protected]
付費類型 free
支援的語言 en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_description__",
    "default_locale": "en",
    "version": "1.0.1",
    "permissions": [
        "notifications",
        "storage",
        "idle",
        "activeTab",
        ""
    ],
    "web_accessible_resources": [
        "img\/red\/icon48.png",
        "img\/red\/icon128.png"
    ],
    "browser_action": {
        "default_title": "Pomodoro Timer",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "icons": {
        "16": "img\/red\/icon16.png",
        "32": "img\/red\/icon32.png",
        "48": "img\/red\/icon48.png",
        "128": "img\/red\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    }
}