Super Pomodoro Timer

The best Pomodoro timer there is

什麼是Super Pomodoro Timer?

Super Pomodoro Timer是由http://www.mycabinetofcuriosities.com開發的Chrome擴展程式,該擴展的主要功能是“The best Pomodoro timer there is”。

擴展截圖

screenshot

下載Super Pomodoro Timer擴展crx文件

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

擴展使用說明

                        The best Pomodoro timer there is
Listen, I know there's a lot of Pomodoro Timers out there, so why should you install this one?

Here's three reasons:

1) Auto switch to long breaks every four pomodoros and a counter to see how many you've done. (Because those long breaks are important too!)

2) Lists for ideas for short and long breaks. (If an idea comes up during your work session, jot it down, forget about it and come back to it after. That cute cat video? It'll be there for you when it's break time.)

3) A log that you can export of your work, including the date, time and items worked on. (Great for seeing how your day went for that warm feeling of contentment at all that sweet, sweet productivity or for better planning tomorrow's attack plan.)

That being said, feel free to suggest other functions you'd like to see in the future or problems that need to be fixed. I love constructive criticism, but do be kind. This is my first Chrome Extension, and I do it all for the warm fuzzies, not for the Benjamins.                    

擴展基本資訊

名稱 Super Pomodoro Timer Super Pomodoro Timer
ID jcfdgbccjkljjalphemlfnaahmnfilaa
官方網址 https://chrome.google.com/webstore/detail/super-pomodoro-timer/jcfdgbccjkljjalphemlfnaahmnfilaa
簡介 The best Pomodoro timer there is
檔案大小 2.28 MB
安裝次數 105
目前版本 0.0.3
更新時間 2018-11-05
上架時間 2018-11-05
評分 5.00/5 共 2 次評分
開發者 http://www.mycabinetofcuriosities.com
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL http://www.mycabinetofcuriosities.com/privacy-policy/privacy-policy.txt
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'",
    "name": "Super Pomodoro Timer",
    "description": "The best Pomodoro timer there is",
    "version": "0.0.3",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "icons": {
        "16": "logo-small.png",
        "48": "logo-small.png",
        "128": "logo-small.png"
    },
    "permissions": [
        "storage"
    ]
}