Pomodoro Timer

A new-tab page that helps you focus on completing your work.

什麼是Pomodoro Timer?

Pomodoro Timer是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“A new-tab page that helps you focus on completing your work.”。

擴展截圖

screenshot

下載Pomodoro Timer擴展crx文件

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

擴展使用說明

                        A new tab page that helps you focus on completing your goals at work. 
Use your countdown timer to keep yourself on track by setting a goal for how long you want to work on each task.
The extension icon shows a badge that displays how much time you have remaining to complete your current task.
This extension also records the number of tasks you've completed every day (called "streaks") so you can compare your productivity every day to your average working day.                    

擴展基本資訊

名稱 Pomodoro Timer Pomodoro Timer
ID hcfahcbjaolpfghelfanfepghajfbkdg
官方網址 https://chromewebstore.google.com/detail/pomodoro-timer/hcfahcbjaolpfghelfanfepghajfbkdg
簡介 A new-tab page that helps you focus on completing your work.
檔案大小 1.54 MB
安裝次數 811
目前版本 0.0.0.3
更新時間 2017-10-21
上架時間 2017-10-21
評分 1.80/5 共 5 次評分
開發者 Unknown
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pomodoro Timer",
    "version": "0.0.0.3",
    "description": "A new-tab page that helps you focus on completing your work.",
    "icons": {
        "16": "images\/streak16.png",
        "32": "images\/streak32.png",
        "48": "images\/streak48.png",
        "128": "images\/streak128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/streak16.png",
            "32": "images\/streak32.png",
            "48": "images\/streak48.png",
            "128": "images\/streak128.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "newTab.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "incognito": "spanning",
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "storage"
    ]
}